Html Css Color HEX #90522D Chelsea Gem

📋 copy color: '#90522D'

red 144 ◦ green 82 ◦ blue 45

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

Shades of Chelsea Gem #90522D

Tints of Chelsea Gem #90522D

RGB

 RED value IS 144 (56.64% from 255) = 53.14%

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 53.14%
G = 30.26%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90522D (or 0x90522D) is known color: Chelsea Gem. HEX triplet: 90, 52 and 2D. RGB value is (144,82,45). Sum of RGB (Red+Green+Blue) = 144+82+45=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90522D is #6FADD2. Grayscale: #606060. Windows color (decimal): -7318995 or 2970256. OLE color: 2970256.

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

Color convert

RGB 144 82 45 -
CMYK 0 0.43 0.69 0.44
HSL 22.42º 0.52% 0.37% -
HSV(B) 22.42º 0.69% 0.56% -
XYZ 14.99 12.15 4.04 -
YUV 96.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 144 82 45 0 0.43 0.69 0.44 22.42 0.52 0.37
Hex 90 52 2D 0 2B 45 2C 16 34 25
Octal 220 122 55 0 53 105 54 26 64 45
Binary 10010000 1010010 101101 0 101011 1000101 101100 10110 110100 100101

Color Harmonies of #90522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90522D

Black with #90522D

Text Example


Text Example

White with #90522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90522D;
 }
 .AnyTagClassName
 {
   color: #90522D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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