#93572D

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

Shades of Chelsea Gem #93572D

Tints of Chelsea Gem #93572D

Color information

#93572D (or 0x93572D) is unknown color: approx Chelsea Gem. HEX triplet: 93, 57 and 2D. RGB value is (147,87,45). Sum of RGB (Red+Green+Blue) = 147+87+45=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93572D is #6CA8D2. Grayscale: #646464. Windows color (decimal): -7121107 or 2971539. OLE color: 2971539.

HSL color Cylindrical-coordinate representation of color #93572D: hue angle of 24.71º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93572D is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1478745-
CMYK00.410.690.42
HSL24.71º53.12%37.65%-
HSV(B)24.71º69.39%57.65%-
XYZ15.9113.214.19-
YUV100.1596.88161.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=52.69%
G=31.18%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147874500.410.690.4224.7153.1237.65
Hex93572D029452A193526
Octal2231275505110552316546
Binary1001001110101111011010101001100010110101011001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93572D; }

 p { color: rgb(147,87,45); }

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

<style>
 a { background-color: #93572D; }

 a { background-color: rgb(147,87,45); }

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

<style>
 span { border-color: #93572D; }

 span { border-color: rgb(147,87,45); }

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