#90562F

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

Shades of Chelsea Gem #90562F

Tints of Chelsea Gem #90562F

Color information

#90562F (or 0x90562F) is unknown color: approx Chelsea Gem. HEX triplet: 90, 56 and 2F. RGB value is (144,86,47). Sum of RGB (Red+Green+Blue) = 144+86+47=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #90562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90562F is #6FA9D0. Grayscale: #636363. Windows color (decimal): -7317969 or 3102352. OLE color: 3102352.

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

Color convert

RGB1448647-
CMYK00.400.670.44
HSL24.12º50.79%37.45%-
HSV(B)24.12º67.36%56.47%-
XYZ15.3412.794.35-
YUV98.998.72160.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.99%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=51.99%
G=31.05%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144864700.400.670.4424.1250.7937.45
Hex90562F028432C183325
Octal2201265705010354306345
Binary1001000010101101011110101000100001110110011000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90562F; }

 p { color: rgb(144,86,47); }

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

<style>
 a { background-color: #90562F; }

 a { background-color: rgb(144,86,47); }

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

<style>
 span { border-color: #90562F; }

 span { border-color: rgb(144,86,47); }

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