Html Css Color HEX #994429 Tia Maria

📋 copy color: '#994429'

red 153 ◦ green 68 ◦ blue 41

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

Shades of Tia Maria #994429

Tints of Tia Maria #994429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.65%

R = 58.4%
G = 25.95%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#994429 (or 0x994429) is known color: Tia Maria. HEX triplet: 99, 44 and 29. RGB value is (153,68,41). Sum of RGB (Red+Green+Blue) = 153+68+41=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #994429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994429 is #66BBD6. Grayscale: #5A5A5A. Windows color (decimal): -6732759 or 2704537. OLE color: 2704537.

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

Color convert

RGB 153 68 41 -
CMYK 0 0.56 0.73 0.4
HSL 14.46º 0.58% 0.38% -
HSV(B) 14.46º 0.73% 0.6% -
XYZ 15.6 11.07 3.41 -
YUV 90.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 153 68 41 0 0.56 0.73 0.4 14.46 0.58 0.38
Hex 99 44 29 0 38 49 28 E 3A 26
Octal 231 104 51 0 70 111 50 16 72 46
Binary 10011001 1000100 101001 0 111000 1001001 101000 1110 111010 100110

Color Harmonies of #994429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994429

Black with #994429

Text Example


Text Example

White with #994429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994429; }

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

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

background-color css

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

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

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

border-color css

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

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

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