#8E552F

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

Shades of Chelsea Gem #8E552F

Tints of Chelsea Gem #8E552F

Color information

#8E552F (or 0x8E552F) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 55 and 2F. RGB value is (142,85,47). Sum of RGB (Red+Green+Blue) = 142+85+47=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E552F is #71AAD0. Grayscale: #616161. Windows color (decimal): -7449297 or 3102094. OLE color: 3102094.

HSL color Cylindrical-coordinate representation of color #8E552F: hue angle of 24º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E552F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB1428547-
CMYK00.400.670.44
HSL24º50.26%37.06%-
HSV(B)24º66.9%55.69%-
XYZ14.9212.454.31-
YUV97.7199.38159.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=51.82%
G=31.02%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142854700.400.670.442450.2637.06
Hex8E552F028432C183225
Octal2161255705010354306245
Binary1000111010101011011110101000100001110110011000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,85,47); }

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

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

 a { background-color: rgb(142,85,47); }

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

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

 span { border-color: rgb(142,85,47); }

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