#90572B

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

Shades of Chelsea Gem #90572B

Tints of Chelsea Gem #90572B

Color information

#90572B (or 0x90572B) is unknown color: approx Chelsea Gem. HEX triplet: 90, 57 and 2B. RGB value is (144,87,43). Sum of RGB (Red+Green+Blue) = 144+87+43=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #90572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90572B is #6FA8D4. Grayscale: #636363. Windows color (decimal): -7317717 or 2840464. OLE color: 2840464.

HSL color Cylindrical-coordinate representation of color #90572B: hue angle of 26.14º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90572B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1448743-
CMYK00.400.700.44
HSL26.14º54.01%36.67%-
HSV(B)26.14º70.14%56.47%-
XYZ15.3512.923.97-
YUV99.0396.38160.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.55%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=52.55%
G=31.75%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144874300.400.700.4426.1454.0136.67
Hex90572B028462C1a3625
Octal2201275305010654326645
Binary1001000010101111010110101000100011010110011010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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