Html Css Color HEX #90582D Chelsea Gem

📋 copy color: '#90582D'

red 144 ◦ green 88 ◦ blue 45

#90582D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Gem #90582D

Tints of Chelsea Gem #90582D

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 value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90582D (or 0x90582D) is known color: 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

RGB 144 88 45 -
CMYK 0 0.39 0.69 0.44
HSL 26.06º 0.52% 0.37% -
HSV(B) 26.06º 0.69% 0.56% -
XYZ 15.46 13.1 4.2 -
YUV 99.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 144 88 45 0 0.39 0.69 0.44 26.06 0.52 0.37
Hex 90 58 2D 0 27 45 2C 1A 34 25
Octal 220 130 55 0 47 105 54 32 64 45
Binary 10010000 1011000 101101 0 100111 1000101 101100 11010 110100 100101

Color Harmonies of #90582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90582D

Black with #90582D

Text Example


Text Example

White with #90582D

Text Example


Text Example

HTML Codes & Css Web 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>