#8B5509

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

Shades of Saddle Brown #8B5509

Tints of Saddle Brown #8B5509

Color information

#8B5509 (or 0x8B5509) is unknown color: approx Saddle Brown. HEX triplet: 8B, 55 and 09. RGB value is (139,85,9). Sum of RGB (Red+Green+Blue) = 139+85+9=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5509 is #74AAF6. Grayscale: #5C5C5C. Windows color (decimal): -7645943 or 611723. OLE color: 611723.

HSL color Cylindrical-coordinate representation of color #8B5509: hue angle of 35.08º degrees, saturation: 0.88, 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 #8B5509 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB139859-
CMYK00.390.940.45
HSL35.08º87.84%29.02%-
HSV(B)35.08º93.53%54.51%-
XYZ13.9512.011.84-
YUV92.4880.89161.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 9 (3.91% from 255) = 3.86%
R=59.66%
G=36.48%
B=3.86%

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
Decimal13985900.390.940.4535.0887.8429.02
Hex8B5590275E2D23581d
Octal21312511047136554313035
Binary100010111010101100101001111011110101101100011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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