#8C532D

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

Shades of Chelsea Gem #8C532D

Tints of Chelsea Gem #8C532D

Color information

#8C532D (or 0x8C532D) is unknown color: approx Chelsea Gem. HEX triplet: 8C, 53 and 2D. RGB value is (140,83,45). Sum of RGB (Red+Green+Blue) = 140+83+45=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C532D is #73ACD2. Grayscale: #5F5F5F. Windows color (decimal): -7580883 or 2970508. OLE color: 2970508.

HSL color Cylindrical-coordinate representation of color #8C532D: hue angle of 24º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C532D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1408345-
CMYK00.410.680.45
HSL24º51.35%36.27%-
HSV(B)24º67.86%54.9%-
XYZ14.3811.954.03-
YUV95.7199.38159.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=52.24%
G=30.97%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140834500.410.680.452451.3536.27
Hex8C532D029442D183324
Octal2141235505110455306344
Binary1000110010100111011010101001100010010110111000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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