#90572D

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

Shades of Chelsea Gem #90572D

Tints of Chelsea Gem #90572D

Color information

#90572D (or 0x90572D) is unknown color: approx Chelsea Gem. HEX triplet: 90, 57 and 2D. RGB value is (144,87,45). Sum of RGB (Red+Green+Blue) = 144+87+45=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90572D is #6FA8D2. Grayscale: #636363. Windows color (decimal): -7317715 or 2971536. OLE color: 2971536.

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

Color convert

RGB1448745-
CMYK00.400.690.44
HSL25.45º52.38%37.06%-
HSV(B)25.45º68.75%56.47%-
XYZ15.3812.944.17-
YUV99.2697.38159.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=52.17%
G=31.52%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144874500.400.690.4425.4552.3837.06
Hex90572D028452C193425
Octal2201275505010554316445
Binary1001000010101111011010101000100010110110011001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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