#8C390B

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

Shades of Saddle Brown #8C390B

Tints of Saddle Brown #8C390B

Color information

#8C390B (or 0x8C390B) is unknown color: approx Saddle Brown. HEX triplet: 8C, 39 and 0B. RGB value is (140,57,11). Sum of RGB (Red+Green+Blue) = 140+57+11=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C390B is #73C6F4. Grayscale: #4C4C4C. Windows color (decimal): -7587573 or 735628. OLE color: 735628.

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

Color convert

RGB1405711-
CMYK00.590.920.45
HSL21.4º85.43%29.61%-
HSV(B)21.4º92.14%54.9%-
XYZ12.348.531.31-
YUV76.5791173.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 67.31%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 11 (4.69% from 255) = 5.29%
R=67.31%
G=27.40%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140571100.590.920.4521.485.4329.61
Hex8C39B03B5C2D15551e
Octal2147113073134552512536
Binary1000110011100110110111011101110010110110101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,57,11); }

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

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

 a { background-color: rgb(140,57,11); }

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

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

 span { border-color: rgb(140,57,11); }

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