Html Css Color HEX #904431 Tia Maria

📋 copy color: '#904431'

red 144 ◦ green 68 ◦ blue 49

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

Shades of Tia Maria #904431

Tints of Tia Maria #904431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

 BLUE value IS 49 (19.53% from 255) = 18.77%

R = 55.17%
G = 26.05%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#904431 (or 0x904431) is known color: Tia Maria. HEX triplet: 90, 44 and 31. RGB value is (144,68,49). Sum of RGB (Red+Green+Blue) = 144+68+49=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #904431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904431 is #6FBBCE. Grayscale: #585858. Windows color (decimal): -7322575 or 3228816. OLE color: 3228816.

HSL color Cylindrical-coordinate representation of color #904431: hue angle of 12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904431 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 68 49 -
CMYK 0 0.53 0.66 0.44
HSL 12º 0.49% 0.38% -
HSV(B) 12º 0.66% 0.56% -
XYZ 14.12 10.29 4.15 -
YUV 88.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 144 68 49 0 0.53 0.66 0.44 12 0.49 0.38
Hex 90 44 31 0 35 42 2C C 31 26
Octal 220 104 61 0 65 102 54 14 61 46
Binary 10010000 1000100 110001 0 110101 1000010 101100 1100 110001 100110

Color Harmonies of #904431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904431

Black with #904431

Text Example


Text Example

White with #904431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904431; }

 p { color: rgb(144,68,49); }

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

background-color css

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

 a { background-color: rgb(144,68,49); }

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

border-color css

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

 span { border-color: rgb(144,68,49); }

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