#8D4516

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

Shades of Saddle Brown #8D4516

Tints of Saddle Brown #8D4516

Color information

#8D4516 (or 0x8D4516) is unknown color: approx Saddle Brown. HEX triplet: 8D, 45 and 16. RGB value is (141,69,22). Sum of RGB (Red+Green+Blue) = 141+69+22=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4516 is #72BAE9. Grayscale: #555555. Windows color (decimal): -7518954 or 1459597. OLE color: 1459597.

HSL color Cylindrical-coordinate representation of color #8D4516: hue angle of 23.7º 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 #8D4516 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1416922-
CMYK00.510.840.45
HSL23.7º73.01%31.96%-
HSV(B)23.7º84.4%55.29%-
XYZ13.269.981.99-
YUV85.1792.35167.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.78%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=60.78%
G=29.74%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141692200.510.840.4523.773.0131.96
Hex8D4516033542D184920
Octal21510526063124553011140
Binary1000110110001011011001100111010100101101110001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,22); }

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

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

 a { background-color: rgb(141,69,22); }

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

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

 span { border-color: rgb(141,69,22); }

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