Html Css Color HEX #994229 Tia Maria

📋 copy color: '#994229'

red 153 ◦ green 66 ◦ blue 41

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

Shades of Tia Maria #994229

Tints of Tia Maria #994229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 58.85%
G = 25.38%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#994229 (or 0x994229) is known color: Tia Maria. HEX triplet: 99, 42 and 29. RGB value is (153,66,41). Sum of RGB (Red+Green+Blue) = 153+66+41=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #994229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994229 is #66BDD6. Grayscale: #595959. Windows color (decimal): -6733271 or 2704025. OLE color: 2704025.

HSL color Cylindrical-coordinate representation of color #994229: hue angle of 13.39º 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 #994229 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 41 -
CMYK 0 0.57 0.73 0.4
HSL 13.39º 0.58% 0.38% -
HSV(B) 13.39º 0.73% 0.6% -
XYZ 15.49 10.83 3.37 -
YUV 89.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 153 66 41 0 0.57 0.73 0.4 13.39 0.58 0.38
Hex 99 42 29 0 39 49 28 D 3A 26
Octal 231 102 51 0 71 111 50 15 72 46
Binary 10011001 1000010 101001 0 111001 1001001 101000 1101 111010 100110

Color Harmonies of #994229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994229

Black with #994229

Text Example


Text Example

White with #994229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994229; }

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

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

background-color css

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

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

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

border-color css

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

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

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