#8E3100

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

Shades of Saddle Brown #8E3100

Tints of Saddle Brown #8E3100

Color information

#8E3100 (or 0x8E3100) is unknown color: approx Saddle Brown. HEX triplet: 8E, 31 and 00. RGB value is (142,49,0). Sum of RGB (Red+Green+Blue) = 142+49+0=191 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.35% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3100 is #71CEFF. Grayscale: #474747. Windows color (decimal): -7458560 or 12686. OLE color: 12686.

HSL color Cylindrical-coordinate representation of color #8E3100: hue angle of 20.7º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E3100 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB142490-
CMYK00.6510.44
HSL20.7º100%27.84%-
HSV(B)20.7º100%55.69%-
XYZ12.257.950.89-
YUV71.2287.81178.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 74.35%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.35%
G=25.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14249000.6510.4420.710027.84
Hex8E310041642C15641c
Octal2166100101144542514434
Binary10001110110001001000001110010010110010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,49,0); }

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

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

 a { background-color: rgb(142,49,0); }

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

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

 span { border-color: rgb(142,49,0); }

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