#8E532D

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

Shades of Chelsea Gem #8E532D

Tints of Chelsea Gem #8E532D

Color information

#8E532D (or 0x8E532D) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 53 and 2D. RGB value is (142,83,45). Sum of RGB (Red+Green+Blue) = 142+83+45=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E532D is #71ACD2. Grayscale: #606060. Windows color (decimal): -7449811 or 2970510. OLE color: 2970510.

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

Color convert

RGB1428345-
CMYK00.420.680.44
HSL23.51º51.87%36.67%-
HSV(B)23.51º68.31%55.69%-
XYZ14.7212.134.05-
YUV96.3199.05160.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=52.59%
G=30.74%
B=16.67%

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
Decimal142834500.420.680.4423.5151.8736.67
Hex8E532D02A442C183425
Octal2161235505210454306445
Binary1000111010100111011010101010100010010110011000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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