#8B5508

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

Shades of Saddle Brown #8B5508

Tints of Saddle Brown #8B5508

Color information

#8B5508 (or 0x8B5508) is unknown color: approx Saddle Brown. HEX triplet: 8B, 55 and 08. RGB value is (139,85,8). Sum of RGB (Red+Green+Blue) = 139+85+8=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5508 is #74AAF7. Grayscale: #5C5C5C. Windows color (decimal): -7645944 or 546187. OLE color: 546187.

HSL color Cylindrical-coordinate representation of color #8B5508: hue angle of 35.27º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B5508 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB139858-
CMYK00.390.940.45
HSL35.27º89.12%28.82%-
HSV(B)35.27º94.24%54.51%-
XYZ13.94121.81-
YUV92.3780.39161.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 8 (3.52% from 255) = 3.45%
R=59.91%
G=36.64%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13985800.390.940.4535.2789.1228.82
Hex8B5580275E2D23591d
Octal21312510047136554313135
Binary100010111010101100001001111011110101101100011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,8); }

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

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

 a { background-color: rgb(139,85,8); }

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

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

 span { border-color: rgb(139,85,8); }

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