#8F542C

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

Shades of Chelsea Gem #8F542C

Tints of Chelsea Gem #8F542C

Color information

#8F542C (or 0x8F542C) is unknown color: approx Chelsea Gem. HEX triplet: 8F, 54 and 2C. RGB value is (143,84,44). Sum of RGB (Red+Green+Blue) = 143+84+44=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F542C is #70ABD3. Grayscale: #616161. Windows color (decimal): -7384020 or 2905231. OLE color: 2905231.

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

Color convert

RGB1438444-
CMYK00.410.690.44
HSL24.24º52.94%36.67%-
HSV(B)24.24º69.23%56.08%-
XYZ14.9512.363.98-
YUV97.0898.05160.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.77%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=52.77%
G=31.00%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143844400.410.690.4424.2452.9436.67
Hex8F542C029452C183525
Octal2171245405110554306545
Binary1000111110101001011000101001100010110110011000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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