#8E512C

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

Shades of Chelsea Gem #8E512C

Tints of Chelsea Gem #8E512C

Color information

#8E512C (or 0x8E512C) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 51 and 2C. RGB value is (142,81,44). Sum of RGB (Red+Green+Blue) = 142+81+44=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E512C is #71AED3. Grayscale: #5F5F5F. Windows color (decimal): -7450324 or 2904462. OLE color: 2904462.

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

Color convert

RGB1428144-
CMYK00.430.690.44
HSL22.65º52.69%36.47%-
HSV(B)22.65º69.01%55.69%-
XYZ14.5511.823.9-
YUV95.0299.21161.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=53.18%
G=30.34%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142814400.430.690.4422.6552.6936.47
Hex8E512C02B452C173524
Octal2161215405310554276544
Binary1000111010100011011000101011100010110110010111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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