#8B4205

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

Shades of Saddle Brown #8B4205

Tints of Saddle Brown #8B4205

Color information

#8B4205 (or 0x8B4205) is unknown color: approx Saddle Brown. HEX triplet: 8B, 42 and 05. RGB value is (139,66,5). Sum of RGB (Red+Green+Blue) = 139+66+5=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4205 is #74BDFA. Grayscale: #515151. Windows color (decimal): -7650811 or 344715. OLE color: 344715.

HSL color Cylindrical-coordinate representation of color #8B4205: hue angle of 27.31º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B4205 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB139665-
CMYK00.530.960.45
HSL27.31º93.06%28.24%-
HSV(B)27.31º96.4%54.51%-
XYZ12.629.41.29-
YUV80.8785.18169.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 5 (2.34% from 255) = 2.38%
R=66.19%
G=31.43%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13966500.530.960.4527.3193.0628.24
Hex8B425035602D1b5d1c
Octal2131025065140553313534
Binary1000101110000101010110101110000010110111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,5); }

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

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

 a { background-color: rgb(139,66,5); }

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

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

 span { border-color: rgb(139,66,5); }

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