#8B5613

Color #8B5613 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8B5613

Tints of Saddle Brown #8B5613

Color information

#8B5613 (or 0x8B5613) is unknown color: approx Saddle Brown. HEX triplet: 8B, 56 and 13. RGB value is (139,86,19). Sum of RGB (Red+Green+Blue) = 139+86+19=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5613 is #74A9EC. Grayscale: #5E5E5E. Windows color (decimal): -7645677 or 1267339. OLE color: 1267339.

HSL color Cylindrical-coordinate representation of color #8B5613: hue angle of 33.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B5613 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1398619-
CMYK00.380.860.45
HSL33.5º75.95%30.98%-
HSV(B)33.5º86.33%54.51%-
XYZ14.0912.192.23-
YUV94.2185.56159.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 56.97%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 19 (7.81% from 255) = 7.79%
R=56.97%
G=35.25%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139861900.380.860.4533.575.9530.98
Hex8B5613026562D224c1f
Octal21312623046126554211437
Binary1000101110101101001101001101010110101101100010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5613; }

 p { color: rgb(139,86,19); }

 H1.HeaderClassName
 {
   color: #8B5613;
 }
 .AnyTagClassName
 {
   color: #8B5613;
 }
</style>
background-color css

<style>
 a { background-color: #8B5613; }

 a { background-color: rgb(139,86,19); }

 div.DivClassName
 {
   background-color: #8B5613;
 }
 .BgClassName
 {
   background-color: #8B5613;
 }
</style>
border-color css

<style>
 span { border-color: #8B5613; }

 span { border-color: rgb(139,86,19); }

 td.TdClassName
 {
   border-color: #8B5613;
 }
 .TagClassName
 {
   border-color: #8B5613;
 }
</style>