Html Css Color HEX #904331 Tia Maria

📋 copy color: '#904331'

red 144 ◦ green 67 ◦ blue 49

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

Shades of Tia Maria #904331

Tints of Tia Maria #904331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

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

R = 55.38%
G = 25.77%
B = 18.85%

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

#904331 (or 0x904331) is known color: Tia Maria. HEX triplet: 90, 43 and 31. RGB value is (144,67,49). Sum of RGB (Red+Green+Blue) = 144+67+49=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #904331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904331 is #6FBCCE. Grayscale: #585858. Windows color (decimal): -7322831 or 3228560. OLE color: 3228560.

HSL color Cylindrical-coordinate representation of color #904331: hue angle of 11.37º 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 #904331 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 67 49 -
CMYK 0 0.53 0.66 0.44
HSL 11.37º 0.49% 0.38% -
HSV(B) 11.37º 0.66% 0.56% -
XYZ 14.06 10.17 4.13 -
YUV 87.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 144 67 49 0 0.53 0.66 0.44 11.37 0.49 0.38
Hex 90 43 31 0 35 42 2C B 31 26
Octal 220 103 61 0 65 102 54 13 61 46
Binary 10010000 1000011 110001 0 110101 1000010 101100 1011 110001 100110

Color Harmonies of #904331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904331

Black with #904331

Text Example


Text Example

White with #904331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904331; }

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

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

background-color css

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

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

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

border-color css

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

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

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