#8E440A

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

Shades of Saddle Brown #8E440A

Tints of Saddle Brown #8E440A

Color information

#8E440A (or 0x8E440A) is unknown color: approx Saddle Brown. HEX triplet: 8E, 44 and 0A. RGB value is (142,68,10). Sum of RGB (Red+Green+Blue) = 142+68+10=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E440A is #71BBF5. Grayscale: #535353. Windows color (decimal): -7453686 or 672910. OLE color: 672910.

HSL color Cylindrical-coordinate representation of color #8E440A: hue angle of 26.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E440A is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB1426810-
CMYK00.520.930.44
HSL26.36º86.84%29.8%-
HSV(B)26.36º92.96%55.69%-
XYZ13.289.911.5-
YUV83.5186.52169.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.55%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=64.55%
G=30.91%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142681000.520.930.4426.3686.8429.8
Hex8E44A0345D2C1a571e
Octal21610412064135543212736
Binary10001110100010010100110100101110110110011010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,68,10); }

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

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

 a { background-color: rgb(142,68,10); }

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

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

 span { border-color: rgb(142,68,10); }

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