#8D420A

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

Shades of Saddle Brown #8D420A

Tints of Saddle Brown #8D420A

Color information

#8D420A (or 0x8D420A) is unknown color: approx Saddle Brown. HEX triplet: 8D, 42 and 0A. RGB value is (141,66,10). Sum of RGB (Red+Green+Blue) = 141+66+10=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D420A is #72BDF5. Grayscale: #525252. Windows color (decimal): -7519734 or 672397. OLE color: 672397.

HSL color Cylindrical-coordinate representation of color #8D420A: hue angle of 25.65º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D420A is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB1416610-
CMYK00.530.930.45
HSL25.65º86.75%29.61%-
HSV(B)25.65º92.91%55.29%-
XYZ12.999.581.45-
YUV82.0487.35170.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=64.98%
G=30.41%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141661000.530.930.4525.6586.7529.61
Hex8D42A0355D2D1a571e
Octal21510212065135553212736
Binary10001101100001010100110101101110110110111010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,66,10); }

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

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

 a { background-color: rgb(141,66,10); }

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

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

 span { border-color: rgb(141,66,10); }

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