#8e2e0a

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

Shades of Saddle Brown #8E2E0A

Tints of Saddle Brown #8E2E0A

Color information

#8E2E0A (or 0x8E2E0A) is unknown color: approx Saddle Brown. HEX triplet: 8E, 2E and 0A. RGB value is (142,46,10). Sum of RGB (Red+Green+Blue) = 142+46+10=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2E0A is #71D1F5. Grayscale: #464646. Windows color (decimal): -7459318 or 667278. OLE color: 667278.

HSL color Cylindrical-coordinate representation of color #8E2E0A: hue angle of 16.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 #8E2E0A is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB1424610-
CMYK00.680.930.44
HSL16.36º86.84%29.8%-
HSV(B)16.36º92.96%55.69%-
XYZ12.197.731.14-
YUV70.693.8178.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71.72%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=71.72%
G=23.23%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142461000.680.930.4416.3686.8429.8
Hex8E2EA0445D2C10571e
Octal21656120104135542012736
Binary10001110101110101001000100101110110110010000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2e0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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