#8D4D19

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

Shades of Saddle Brown #8D4D19

Tints of Saddle Brown #8D4D19

Color information

#8D4D19 (or 0x8D4D19) is unknown color: approx Saddle Brown. HEX triplet: 8D, 4D and 19. RGB value is (141,77,25). Sum of RGB (Red+Green+Blue) = 141+77+25=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D4D19 is #72B2E6. Grayscale: #5A5A5A. Windows color (decimal): -7516903 or 1658253. OLE color: 1658253.

HSL color Cylindrical-coordinate representation of color #8D4D19: hue angle of 26.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D4D19 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1417725-
CMYK00.450.820.45
HSL26.9º69.88%32.55%-
HSV(B)26.9º82.27%55.29%-
XYZ13.8111.042.32-
YUV90.2191.2164.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.02%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=58.02%
G=31.69%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141772500.450.820.4526.969.8832.55
Hex8D4D1902D522D1b4621
Octal21511531055122553310641
Binary1000110110011011100101011011010010101101110111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,77,25); }

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

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

 a { background-color: rgb(141,77,25); }

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

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

 span { border-color: rgb(141,77,25); }

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