#994034

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

Shades of Tia Maria #994034

Tints of Tia Maria #994034

Color information

#994034 (or 0x994034) is unknown color: approx Tia Maria. HEX triplet: 99, 40 and 34. RGB value is (153,64,52). Sum of RGB (Red+Green+Blue) = 153+64+52=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #994034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994034 is #66BFCB. Grayscale: #595959. Windows color (decimal): -6733772 or 3424409. OLE color: 3424409.

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

Color convert

RGB1536452-
CMYK00.580.660.4
HSL7.13º49.27%40.2%-
HSV(B)7.13º66.01%60%-
XYZ15.5910.694.49-
YUV89.24106.99173.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=56.88%
G=23.79%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153645200.580.660.47.1349.2740.2
Hex99403403A422873128
Octal231100640721025076150
Binary10011001100000011010001110101000010101000111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994034; }

 p { color: rgb(153,64,52); }

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

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

 a { background-color: rgb(153,64,52); }

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

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

 span { border-color: rgb(153,64,52); }

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