#8D4810

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

Shades of Saddle Brown #8D4810

Tints of Saddle Brown #8D4810

Color information

#8D4810 (or 0x8D4810) is unknown color: approx Saddle Brown. HEX triplet: 8D, 48 and 10. RGB value is (141,72,16). Sum of RGB (Red+Green+Blue) = 141+72+16=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4810 is #72B7EF. Grayscale: #565656. Windows color (decimal): -7518192 or 1067149. OLE color: 1067149.

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

Color convert

RGB1417216-
CMYK00.490.890.45
HSL26.88º79.62%30.78%-
HSV(B)26.88º88.65%55.29%-
XYZ13.410.331.78-
YUV86.2588.36167.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.57%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 16 (6.64% from 255) = 6.99%
R=61.57%
G=31.44%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141721600.490.890.4526.8879.6230.78
Hex8D4810031592D1b501f
Octal21511020061131553312037
Binary100011011001000100000110001101100110110111011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,16); }

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

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

 a { background-color: rgb(141,72,16); }

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

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

 span { border-color: rgb(141,72,16); }

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