#8D4D17

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

Shades of Saddle Brown #8D4D17

Tints of Saddle Brown #8D4D17

Color information

#8D4D17 (or 0x8D4D17) is unknown color: approx Saddle Brown. HEX triplet: 8D, 4D and 17. RGB value is (141,77,23). Sum of RGB (Red+Green+Blue) = 141+77+23=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D4D17 is #72B2E8. Grayscale: #5A5A5A. Windows color (decimal): -7516905 or 1527181. OLE color: 1527181.

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

Color convert

RGB1417723-
CMYK00.450.840.45
HSL27.46º71.95%32.16%-
HSV(B)27.46º83.69%55.29%-
XYZ13.7911.032.21-
YUV89.9890.2164.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.51%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 23 (9.38% from 255) = 9.54%
R=58.51%
G=31.95%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141772300.450.840.4527.4671.9532.16
Hex8D4D1702D542D1b4820
Octal21511527055124553311040
Binary1000110110011011011101011011010100101101110111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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