#90572E

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

Shades of Chelsea Gem #90572E

Tints of Chelsea Gem #90572E

Color information

#90572E (or 0x90572E) is unknown color: approx Chelsea Gem. HEX triplet: 90, 57 and 2E. RGB value is (144,87,46). Sum of RGB (Red+Green+Blue) = 144+87+46=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #90572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90572E is #6FA8D1. Grayscale: #636363. Windows color (decimal): -7317714 or 3037072. OLE color: 3037072.

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

Color convert

RGB1448746-
CMYK00.400.680.44
HSL25.1º51.58%37.25%-
HSV(B)25.1º68.06%56.47%-
XYZ15.412.944.27-
YUV99.3797.88159.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.99%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=51.99%
G=31.41%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144874600.400.680.4425.151.5837.25
Hex90572E028442C193425
Octal2201275605010454316445
Binary1001000010101111011100101000100010010110011001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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