#8D4011

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

Shades of Saddle Brown #8D4011

Tints of Saddle Brown #8D4011

Color information

#8D4011 (or 0x8D4011) is unknown color: approx Saddle Brown. HEX triplet: 8D, 40 and 11. RGB value is (141,64,17). Sum of RGB (Red+Green+Blue) = 141+64+17=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4011 is #72BFEE. Grayscale: #515151. Windows color (decimal): -7520239 or 1130637. OLE color: 1130637.

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

Color convert

RGB1416417-
CMYK00.550.880.45
HSL22.74º78.48%30.98%-
HSV(B)22.74º87.94%55.29%-
XYZ12.929.371.66-
YUV81.6791.51170.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 17 (7.03% from 255) = 7.66%
R=63.51%
G=28.83%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141641700.550.880.4522.7478.4830.98
Hex8D4011037582D174e1f
Octal21510021067130552711637
Binary100011011000000100010110111101100010110110111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,17); }

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

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

 a { background-color: rgb(141,64,17); }

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

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

 span { border-color: rgb(141,64,17); }

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