#8E5234

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

Shades of Chelsea Gem #8E5234

Tints of Chelsea Gem #8E5234

Color information

#8E5234 (or 0x8E5234) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 52 and 34. RGB value is (142,82,52). Sum of RGB (Red+Green+Blue) = 142+82+52=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5234 is #71ADCB. Grayscale: #606060. Windows color (decimal): -7450060 or 3429006. OLE color: 3429006.

HSL color Cylindrical-coordinate representation of color #8E5234: hue angle of 20º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E5234 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1428252-
CMYK00.420.630.44
HSL20º46.39%38.04%-
HSV(B)20º63.38%55.69%-
XYZ14.7912.034.79-
YUV96.52102.88160.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=51.45%
G=29.71%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142825200.420.630.442046.3938.04
Hex8E523402A3F2C142e26
Octal216122640527754245646
Binary100011101010010110100010101011111110110010100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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