#8D542C

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

Shades of Chelsea Gem #8D542C

Tints of Chelsea Gem #8D542C

Color information

#8D542C (or 0x8D542C) is unknown color: approx Chelsea Gem. HEX triplet: 8D, 54 and 2C. RGB value is (141,84,44). Sum of RGB (Red+Green+Blue) = 141+84+44=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D542C is #72ABD3. Grayscale: #606060. Windows color (decimal): -7515092 or 2905229. OLE color: 2905229.

HSL color Cylindrical-coordinate representation of color #8D542C: hue angle of 24.74º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D542C is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1418444-
CMYK00.400.690.45
HSL24.74º52.43%36.27%-
HSV(B)24.74º68.79%55.29%-
XYZ14.6112.193.96-
YUV96.4898.38159.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=52.42%
G=31.23%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141844400.400.690.4524.7452.4336.27
Hex8D542C028452D193424
Octal2151245405010555316444
Binary1000110110101001011000101000100010110110111001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,44); }

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

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

 a { background-color: rgb(141,84,44); }

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

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

 span { border-color: rgb(141,84,44); }

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