#90532C

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

Shades of Chelsea Gem #90532C

Tints of Chelsea Gem #90532C

Color information

#90532C (or 0x90532C) is unknown color: approx Chelsea Gem. HEX triplet: 90, 53 and 2C. RGB value is (144,83,44). Sum of RGB (Red+Green+Blue) = 144+83+44=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90532C is #6FACD3. Grayscale: #616161. Windows color (decimal): -7318740 or 2904976. OLE color: 2904976.

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

Color convert

RGB1448344-
CMYK00.420.690.44
HSL23.4º53.19%36.86%-
HSV(B)23.4º69.44%56.47%-
XYZ15.0512.33.96-
YUV96.7998.21161.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=53.14%
G=30.63%
B=16.24%

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
Decimal144834400.420.690.4423.453.1936.86
Hex90532C02A452C173525
Octal2201235405210554276545
Binary1001000010100111011000101010100010110110010111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,83,44); }

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

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

 a { background-color: rgb(144,83,44); }

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

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

 span { border-color: rgb(144,83,44); }

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