#8E522D

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

Shades of Chelsea Gem #8E522D

Tints of Chelsea Gem #8E522D

Color information

#8E522D (or 0x8E522D) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 52 and 2D. RGB value is (142,82,45). Sum of RGB (Red+Green+Blue) = 142+82+45=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E522D is #71ADD2. Grayscale: #5F5F5F. Windows color (decimal): -7450067 or 2970254. OLE color: 2970254.

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

Color convert

RGB1428245-
CMYK00.420.680.44
HSL22.89º51.87%36.67%-
HSV(B)22.89º68.31%55.69%-
XYZ14.6511.974.02-
YUV95.7299.38161.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.79%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=52.79%
G=30.48%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142824500.420.680.4422.8951.8736.67
Hex8E522D02A442C173425
Octal2161225505210454276445
Binary1000111010100101011010101010100010010110010111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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