#8E4100

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

Shades of Saddle Brown #8E4100

Tints of Saddle Brown #8E4100

Color information

#8E4100 (or 0x8E4100) is unknown color: approx Saddle Brown. HEX triplet: 8E, 41 and 00. RGB value is (142,65,0). Sum of RGB (Red+Green+Blue) = 142+65+0=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4100 is #71BEFF. Grayscale: #505050. Windows color (decimal): -7454464 or 16782. OLE color: 16782.

HSL color Cylindrical-coordinate representation of color #8E4100: hue angle of 27.46º 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 #8E4100 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB142650-
CMYK00.5410.44
HSL27.46º100%27.84%-
HSV(B)27.46º100%55.69%-
XYZ13.059.531.15-
YUV80.6182.51171.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.60%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.60%
G=31.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14265000.5410.4427.4610027.84
Hex8E410036642C1b641c
Octal2161010066144543314434
Binary10001110100000100110110110010010110011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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