#994232

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

Shades of Tia Maria #994232

Tints of Tia Maria #994232

Color information

#994232 (or 0x994232) is unknown color: approx Tia Maria. HEX triplet: 99, 42 and 32. RGB value is (153,66,50). Sum of RGB (Red+Green+Blue) = 153+66+50=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #994232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994232 is #66BDCD. Grayscale: #5A5A5A. Windows color (decimal): -6733262 or 3293849. OLE color: 3293849.

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

Color convert

RGB1536650-
CMYK00.570.670.4
HSL9.32º50.74%39.8%-
HSV(B)9.32º67.32%60%-
XYZ15.6610.94.3-
YUV90.19105.32172.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=56.88%
G=24.54%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153665000.570.670.49.3250.7439.8
Hex994232039432893328
Octal2311026207110350116350
Binary100110011000010110010011100110000111010001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994232; }

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

 H1.HeaderClassName
 {
   color: #994232;
 }
 .AnyTagClassName
 {
   color: #994232;
 }
</style>
background-color css

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

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

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

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

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

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