#8D370A

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

Shades of Saddle Brown #8D370A

Tints of Saddle Brown #8D370A

Color information

#8D370A (or 0x8D370A) is unknown color: approx Saddle Brown. HEX triplet: 8D, 37 and 0A. RGB value is (141,55,10). Sum of RGB (Red+Green+Blue) = 141+55+10=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D370A is #72C8F5. Grayscale: #4B4B4B. Windows color (decimal): -7522550 or 669581. OLE color: 669581.

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

Color convert

RGB1415510-
CMYK00.610.930.45
HSL20.61º86.75%29.61%-
HSV(B)20.61º92.91%55.29%-
XYZ12.418.421.26-
YUV75.5890.99174.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.45%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=68.45%
G=26.70%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141551000.610.930.4520.6186.7529.61
Hex8D37A03D5D2D15571e
Octal2156712075135552512736
Binary1000110111011110100111101101110110110110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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