#93512C

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

Shades of Chelsea Gem #93512C

Tints of Chelsea Gem #93512C

Color information

#93512C (or 0x93512C) is unknown color: approx Chelsea Gem. HEX triplet: 93, 51 and 2C. RGB value is (147,81,44). Sum of RGB (Red+Green+Blue) = 147+81+44=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93512C is #6CAED3. Grayscale: #606060. Windows color (decimal): -7122644 or 2904467. OLE color: 2904467.

HSL color Cylindrical-coordinate representation of color #93512C: hue angle of 21.55º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93512C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1478144-
CMYK00.450.700.42
HSL21.55º53.93%37.45%-
HSV(B)21.55º70.07%57.65%-
XYZ15.4312.273.94-
YUV96.5298.37164.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.04%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=54.04%
G=29.78%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147814400.450.700.4221.5553.9337.45
Hex93512C02D462A163625
Octal2231215405510652266645
Binary1001001110100011011000101101100011010101010110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93512C; }

 p { color: rgb(147,81,44); }

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

<style>
 a { background-color: #93512C; }

 a { background-color: rgb(147,81,44); }

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

<style>
 span { border-color: #93512C; }

 span { border-color: rgb(147,81,44); }

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