#90522D

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

Shades of Chelsea Gem #90522D

Tints of Chelsea Gem #90522D

Color information

#90522D (or 0x90522D) is unknown color: approx Chelsea Gem. HEX triplet: 90, 52 and 2D. RGB value is (144,82,45). Sum of RGB (Red+Green+Blue) = 144+82+45=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90522D is #6FADD2. Grayscale: #606060. Windows color (decimal): -7318995 or 2970256. OLE color: 2970256.

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

Color convert

RGB1448245-
CMYK00.430.690.44
HSL22.42º52.38%37.06%-
HSV(B)22.42º68.75%56.47%-
XYZ14.9912.154.04-
YUV96.3299.04162.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=53.14%
G=30.26%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144824500.430.690.4422.4252.3837.06
Hex90522D02B452C163425
Octal2201225505310554266445
Binary1001000010100101011010101011100010110110010110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,82,45); }

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

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

 a { background-color: rgb(144,82,45); }

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

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

 span { border-color: rgb(144,82,45); }

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