#8F522D

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

Shades of Chelsea Gem #8F522D

Tints of Chelsea Gem #8F522D

Color information

#8F522D (or 0x8F522D) is unknown color: approx Chelsea Gem. HEX triplet: 8F, 52 and 2D. RGB value is (143,82,45). Sum of RGB (Red+Green+Blue) = 143+82+45=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F522D is #70ADD2. Grayscale: #606060. Windows color (decimal): -7384531 or 2970255. OLE color: 2970255.

HSL color Cylindrical-coordinate representation of color #8F522D: hue angle of 22.65º degrees, saturation: 0.52, 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 #8F522D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1438245-
CMYK00.430.690.44
HSL22.65º52.13%36.86%-
HSV(B)22.65º68.53%56.08%-
XYZ14.8212.064.03-
YUV96.0299.21161.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.96%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=52.96%
G=30.37%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143824500.430.690.4422.6552.1336.86
Hex8F522D02B452C173425
Octal2171225505310554276445
Binary1000111110100101011010101011100010110110010111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,82,45); }

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

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

 a { background-color: rgb(143,82,45); }

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

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

 span { border-color: rgb(143,82,45); }

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