#8e572e

Color #8E572E Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #8E572E

Tints of Chelsea Gem #8E572E

Color information

#8E572E (or 0x8E572E) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 57 and 2E. RGB value is (142,87,46). Sum of RGB (Red+Green+Blue) = 142+87+46=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E572E is #71A8D1. Grayscale: #626262. Windows color (decimal): -7448786 or 3037070. OLE color: 3037070.

HSL color Cylindrical-coordinate representation of color #8E572E: hue angle of 25.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E572E is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1428746-
CMYK00.390.680.44
HSL25.62º51.06%36.86%-
HSV(B)25.62º67.61%55.69%-
XYZ15.0612.764.25-
YUV98.7798.22158.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=51.64%
G=31.64%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142874600.390.680.4425.6251.0636.86
Hex8E572E027442C1a3325
Octal2161275604710454326345
Binary1000111010101111011100100111100010010110011010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e572e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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