Html Css Color HEX #90472F Tia Maria

📋 copy color: '#90472F'

red 144 ◦ green 71 ◦ blue 47

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

Shades of Tia Maria #90472F

Tints of Tia Maria #90472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.94%

R = 54.96%
G = 27.1%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90472F (or 0x90472F) is known color: Tia Maria. HEX triplet: 90, 47 and 2F. RGB value is (144,71,47). Sum of RGB (Red+Green+Blue) = 144+71+47=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #90472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90472F is #6FB8D0. Grayscale: #5A5A5A. Windows color (decimal): -7321809 or 3098512. OLE color: 3098512.

HSL color Cylindrical-coordinate representation of color #90472F: hue angle of 14.85º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90472F is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 71 47 -
CMYK 0 0.51 0.67 0.44
HSL 14.85º 0.51% 0.37% -
HSV(B) 14.85º 0.67% 0.56% -
XYZ 14.27 10.64 3.99 -
YUV 90.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 144 71 47 0 0.51 0.67 0.44 14.85 0.51 0.37
Hex 90 47 2F 0 33 43 2C F 33 25
Octal 220 107 57 0 63 103 54 17 63 45
Binary 10010000 1000111 101111 0 110011 1000011 101100 1111 110011 100101

Color Harmonies of #90472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90472F

Black with #90472F

Text Example


Text Example

White with #90472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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