#8E522C

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

Shades of Chelsea Gem #8E522C

Tints of Chelsea Gem #8E522C

Color information

#8E522C (or 0x8E522C) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 52 and 2C. RGB value is (142,82,44). Sum of RGB (Red+Green+Blue) = 142+82+44=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E522C is #71ADD3. Grayscale: #5F5F5F. Windows color (decimal): -7450068 or 2904718. OLE color: 2904718.

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

Color convert

RGB1428244-
CMYK00.420.690.44
HSL23.27º52.69%36.47%-
HSV(B)23.27º69.01%55.69%-
XYZ14.6311.973.92-
YUV95.6198.88161.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 44 (17.58% from 255) = 16.42%
R=52.99%
G=30.60%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142824400.420.690.4423.2752.6936.47
Hex8E522C02A452C173524
Octal2161225405210554276544
Binary1000111010100101011000101010100010110110010111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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