#8E562C

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

Shades of Chelsea Gem #8E562C

Tints of Chelsea Gem #8E562C

Color information

#8E562C (or 0x8E562C) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 56 and 2C. RGB value is (142,86,44). Sum of RGB (Red+Green+Blue) = 142+86+44=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E562C is #71A9D3. Grayscale: #626262. Windows color (decimal): -7449044 or 2905742. OLE color: 2905742.

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

Color convert

RGB1428644-
CMYK00.390.690.44
HSL25.71º52.69%36.47%-
HSV(B)25.71º69.01%55.69%-
XYZ14.9412.594.03-
YUV97.9697.55159.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=52.21%
G=31.62%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142864400.390.690.4425.7152.6936.47
Hex8E562C027452C1a3524
Octal2161265404710554326544
Binary1000111010101101011000100111100010110110011010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,44); }

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

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

 a { background-color: rgb(142,86,44); }

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

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

 span { border-color: rgb(142,86,44); }

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