#8D360A

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

Shades of Saddle Brown #8D360A

Tints of Saddle Brown #8D360A

Color information

#8D360A (or 0x8D360A) is unknown color: approx Saddle Brown. HEX triplet: 8D, 36 and 0A. RGB value is (141,54,10). Sum of RGB (Red+Green+Blue) = 141+54+10=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D360A is #72C9F5. Grayscale: #4B4B4B. Windows color (decimal): -7522806 or 669325. OLE color: 669325.

HSL color Cylindrical-coordinate representation of color #8D360A: hue angle of 20.15º 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 #8D360A is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB1415410-
CMYK00.620.930.45
HSL20.15º86.75%29.61%-
HSV(B)20.15º92.91%55.29%-
XYZ12.368.321.24-
YUV7591.32175.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.78%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=68.78%
G=26.34%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141541000.620.930.4520.1586.7529.61
Hex8D36A03E5D2D14571e
Octal2156612076135552412736
Binary1000110111011010100111110101110110110110100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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