#8F532D

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

Shades of Chelsea Gem #8F532D

Tints of Chelsea Gem #8F532D

Color information

#8F532D (or 0x8F532D) is unknown color: approx Chelsea Gem. HEX triplet: 8F, 53 and 2D. RGB value is (143,83,45). Sum of RGB (Red+Green+Blue) = 143+83+45=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F532D is #70ACD2. Grayscale: #606060. Windows color (decimal): -7384275 or 2970511. OLE color: 2970511.

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

Color convert

RGB1438345-
CMYK00.420.690.44
HSL23.27º52.13%36.86%-
HSV(B)23.27º68.53%56.08%-
XYZ14.8912.224.06-
YUV96.6198.88161.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.77%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=52.77%
G=30.63%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143834500.420.690.4423.2752.1336.86
Hex8F532D02A452C173425
Octal2171235505210554276445
Binary1000111110100111011010101010100010110110010111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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