#90582D

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

Shades of Chelsea Gem #90582D

Tints of Chelsea Gem #90582D

Color information

#90582D (or 0x90582D) is unknown color: approx Chelsea Gem. HEX triplet: 90, 58 and 2D. RGB value is (144,88,45). Sum of RGB (Red+Green+Blue) = 144+88+45=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #90582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90582D is #6FA7D2. Grayscale: #646464. Windows color (decimal): -7317459 or 2971792. OLE color: 2971792.

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

Color convert

RGB1448845-
CMYK00.390.690.44
HSL26.06º52.38%37.06%-
HSV(B)26.06º68.75%56.47%-
XYZ15.4613.14.2-
YUV99.8497.05159.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.99%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=51.99%
G=31.77%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144884500.390.690.4426.0652.3837.06
Hex90582D027452C1a3425
Octal2201305504710554326445
Binary1001000010110001011010100111100010110110011010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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