Html Css Color HEX #904432 Tia Maria

📋 copy color: '#904432'

red 144 ◦ green 68 ◦ blue 50

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

Shades of Tia Maria #904432

Tints of Tia Maria #904432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 54.96%
G = 25.95%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#904432 (or 0x904432) is known color: Tia Maria. HEX triplet: 90, 44 and 32. RGB value is (144,68,50). Sum of RGB (Red+Green+Blue) = 144+68+50=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #904432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904432 is #6FBBCD. Grayscale: #585858. Windows color (decimal): -7322574 or 3294352. OLE color: 3294352.

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

Color convert

RGB 144 68 50 -
CMYK 0 0.53 0.65 0.44
HSL 11.49º 0.48% 0.38% -
HSV(B) 11.49º 0.65% 0.56% -
XYZ 14.14 10.29 4.26 -
YUV 88.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 144 68 50 0 0.53 0.65 0.44 11.49 0.48 0.38
Hex 90 44 32 0 35 41 2C B 30 26
Octal 220 104 62 0 65 101 54 13 60 46
Binary 10010000 1000100 110010 0 110101 1000001 101100 1011 110000 100110

Color Harmonies of #904432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904432

Black with #904432

Text Example


Text Example

White with #904432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904432; }

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

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

background-color css

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

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

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

border-color css

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

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

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