Html Css Color HEX #90522E Chelsea Gem

📋 copy color: '#90522E'

red 144 ◦ green 82 ◦ blue 46

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

Shades of Chelsea Gem #90522E

Tints of Chelsea Gem #90522E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 52.94%
G = 30.15%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#90522E (or 0x90522E) is known color: Chelsea Gem. HEX triplet: 90, 52 and 2E. RGB value is (144,82,46). Sum of RGB (Red+Green+Blue) = 144+82+46=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90522E is #6FADD1. Grayscale: #606060. Windows color (decimal): -7318994 or 3035792. OLE color: 3035792.

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

Color convert

RGB 144 82 46 -
CMYK 0 0.43 0.68 0.44
HSL 22.04º 0.52% 0.37% -
HSV(B) 22.04º 0.68% 0.56% -
XYZ 15.01 12.16 4.14 -
YUV 96.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 144 82 46 0 0.43 0.68 0.44 22.04 0.52 0.37
Hex 90 52 2E 0 2B 44 2C 16 34 25
Octal 220 122 56 0 53 104 54 26 64 45
Binary 10010000 1010010 101110 0 101011 1000100 101100 10110 110100 100101

Color Harmonies of #90522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90522E

Black with #90522E

Text Example


Text Example

White with #90522E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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