Html Css Color HEX #994431 Tia Maria

📋 copy color: '#994431'

red 153 ◦ green 68 ◦ blue 49

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

Shades of Tia Maria #994431

Tints of Tia Maria #994431

RGB

 RED value IS 153 (60.16% from 255) = 56.67%

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

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

R = 56.67%
G = 25.19%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#994431 (or 0x994431) is known color: Tia Maria. HEX triplet: 99, 44 and 31. RGB value is (153,68,49). Sum of RGB (Red+Green+Blue) = 153+68+49=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #994431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994431 is #66BBCE. Grayscale: #5B5B5B. Windows color (decimal): -6732751 or 3228825. OLE color: 3228825.

HSL color Cylindrical-coordinate representation of color #994431: hue angle of 10.96º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994431 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 49 -
CMYK 0 0.56 0.68 0.4
HSL 10.96º 0.51% 0.4% -
HSV(B) 10.96º 0.68% 0.6% -
XYZ 15.76 11.13 4.22 -
YUV 91.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 153 68 49 0 0.56 0.68 0.4 10.96 0.51 0.4
Hex 99 44 31 0 38 44 28 B 33 28
Octal 231 104 61 0 70 104 50 13 63 50
Binary 10011001 1000100 110001 0 111000 1000100 101000 1011 110011 101000

Color Harmonies of #994431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994431

Black with #994431

Text Example


Text Example

White with #994431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994431; }

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

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

background-color css

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

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

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

border-color css

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

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

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