#8C542F

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

Shades of Chelsea Gem #8C542F

Tints of Chelsea Gem #8C542F

Color information

#8C542F (or 0x8C542F) is unknown color: approx Chelsea Gem. HEX triplet: 8C, 54 and 2F. RGB value is (140,84,47). Sum of RGB (Red+Green+Blue) = 140+84+47=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C542F is #73ABD0. Grayscale: #606060. Windows color (decimal): -7580625 or 3101836. OLE color: 3101836.

HSL color Cylindrical-coordinate representation of color #8C542F: hue angle of 23.87º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C542F is Cyan = 0, Magento = 0.4, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1408447-
CMYK00.40.660.45
HSL23.87º49.73%36.67%-
HSV(B)23.87º66.43%54.9%-
XYZ14.512.124.26-
YUV96.53100.05159.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=51.66%
G=31.00%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140844700.40.660.4523.8749.7336.67
Hex8C542F028422D183225
Octal2141245705010255306245
Binary1000110010101001011110101000100001010110111000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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