Html Css Color HEX #90472A Alert Tan

📋 copy color: '#90472A'

red 144 ◦ green 71 ◦ blue 42

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

Shades of Alert Tan #90472A

Tints of Alert Tan #90472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 56.03%
G = 27.63%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#90472A (or 0x90472A) is known color: Alert Tan. HEX triplet: 90, 47 and 2A. RGB value is (144,71,42). Sum of RGB (Red+Green+Blue) = 144+71+42=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #90472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90472A is #6FB8D5. Grayscale: #595959. Windows color (decimal): -7321814 or 2770832. OLE color: 2770832.

HSL color Cylindrical-coordinate representation of color #90472A: hue angle of 17.06º 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 #90472A is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 71 42 -
CMYK 0 0.51 0.71 0.44
HSL 17.06º 0.55% 0.36% -
HSV(B) 17.06º 0.71% 0.56% -
XYZ 14.17 10.6 3.49 -
YUV 89.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 144 71 42 0 0.51 0.71 0.44 17.06 0.55 0.36
Hex 90 47 2A 0 33 47 2C 11 37 24
Octal 220 107 52 0 63 107 54 21 67 44
Binary 10010000 1000111 101010 0 110011 1000111 101100 10001 110111 100100

Color Harmonies of #90472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90472A

Black with #90472A

Text Example


Text Example

White with #90472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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