#8C542B

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

Shades of Chelsea Gem #8C542B

Tints of Chelsea Gem #8C542B

Color information

#8C542B (or 0x8C542B) is unknown color: approx Chelsea Gem. HEX triplet: 8C, 54 and 2B. RGB value is (140,84,43). Sum of RGB (Red+Green+Blue) = 140+84+43=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C542B is #73ABD4. Grayscale: #606060. Windows color (decimal): -7580629 or 2839692. OLE color: 2839692.

HSL color Cylindrical-coordinate representation of color #8C542B: hue angle of 25.36º degrees, saturation: 0.53, 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 #8C542B is Cyan = 0, Magento = 0.4, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1408443-
CMYK00.40.690.45
HSL25.36º53.01%35.88%-
HSV(B)25.36º69.29%54.9%-
XYZ14.4212.093.86-
YUV96.0798.05159.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=52.43%
G=31.46%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140844300.40.690.4525.3653.0135.88
Hex8C542B028452D193524
Octal2141245305010555316544
Binary1000110010101001010110101000100010110110111001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,43); }

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

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

 a { background-color: rgb(140,84,43); }

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

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

 span { border-color: rgb(140,84,43); }

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