#8B5416

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

Shades of Saddle Brown #8B5416

Tints of Saddle Brown #8B5416

Color information

#8B5416 (or 0x8B5416) is unknown color: approx Saddle Brown. HEX triplet: 8B, 54 and 16. RGB value is (139,84,22). Sum of RGB (Red+Green+Blue) = 139+84+22=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5416 is #74ABE9. Grayscale: #5D5D5D. Windows color (decimal): -7646186 or 1463435. OLE color: 1463435.

HSL color Cylindrical-coordinate representation of color #8B5416: hue angle of 31.79º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B5416 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1398422-
CMYK00.400.840.45
HSL31.79º72.67%31.57%-
HSV(B)31.79º84.17%54.51%-
XYZ13.9611.892.32-
YUV93.3887.72160.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.73%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=56.73%
G=34.29%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139842200.400.840.4531.7972.6731.57
Hex8B5416028542D204920
Octal21312426050124554011140
Binary10001011101010010110010100010101001011011000001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,22); }

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

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

 a { background-color: rgb(139,84,22); }

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

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

 span { border-color: rgb(139,84,22); }

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