Html Css Color HEX #90532A Chelsea Gem

📋 copy color: '#90532A'

red 144 ◦ green 83 ◦ blue 42

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

Shades of Chelsea Gem #90532A

Tints of Chelsea Gem #90532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 53.53%
G = 30.86%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#90532A (or 0x90532A) is known color: Chelsea Gem. HEX triplet: 90, 53 and 2A. RGB value is (144,83,42). Sum of RGB (Red+Green+Blue) = 144+83+42=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #90532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90532A is #6FACD5. Grayscale: #606060. Windows color (decimal): -7318742 or 2773904. OLE color: 2773904.

HSL color Cylindrical-coordinate representation of color #90532A: hue angle of 24.12º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90532A is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 83 42 -
CMYK 0 0.42 0.71 0.44
HSL 24.12º 0.55% 0.36% -
HSV(B) 24.12º 0.71% 0.56% -
XYZ 15.01 12.28 3.77 -
YUV 96.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 144 83 42 0 0.42 0.71 0.44 24.12 0.55 0.36
Hex 90 53 2A 0 2A 47 2C 18 37 24
Octal 220 123 52 0 52 107 54 30 67 44
Binary 10010000 1010011 101010 0 101010 1000111 101100 11000 110111 100100

Color Harmonies of #90532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90532A

Black with #90532A

Text Example


Text Example

White with #90532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90532A; }

 p { color: rgb(144,83,42); }

 H1.HeaderClassName
 {
   color: #90532A;
 }
 .AnyTagClassName
 {
   color: #90532A;
 }
</style>

background-color css

<style>
 a { background-color: #90532A; }

 a { background-color: rgb(144,83,42); }

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

border-color css

<style>
 span { border-color: #90532A; }

 span { border-color: rgb(144,83,42); }

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