#8D390A

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

Shades of Saddle Brown #8D390A

Tints of Saddle Brown #8D390A

Color information

#8D390A (or 0x8D390A) is unknown color: approx Saddle Brown. HEX triplet: 8D, 39 and 0A. RGB value is (141,57,10). Sum of RGB (Red+Green+Blue) = 141+57+10=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D390A is #72C6F5. Grayscale: #4D4D4D. Windows color (decimal): -7522038 or 670093. OLE color: 670093.

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

Color convert

RGB1415710-
CMYK00.600.930.45
HSL21.53º86.75%29.61%-
HSV(B)21.53º92.91%55.29%-
XYZ12.58.611.29-
YUV76.7690.33173.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.79%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 10 (4.30% from 255) = 4.81%
R=67.79%
G=27.40%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141571000.600.930.4521.5386.7529.61
Hex8D39A03C5D2D16571e
Octal2157112074135552612736
Binary1000110111100110100111100101110110110110110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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