#994229

Color #994229 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #994229

Tints of Tia Maria #994229

Color information

#994229 (or 0x994229) is unknown color: approx 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

RGB1536641-
CMYK00.570.730.4
HSL13.39º57.73%38.04%-
HSV(B)13.39º73.2%60%-
XYZ15.4910.833.37-
YUV89.16100.82173.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153664100.570.730.413.3957.7338.04
Hex9942290394928d3a26
Octal2311025107111150157246
Binary100110011000010101001011100110010011010001101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>