#994033

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

Shades of Tia Maria #994033

Tints of Tia Maria #994033

Color information

#994033 (or 0x994033) is unknown color: approx Tia Maria. HEX triplet: 99, 40 and 33. RGB value is (153,64,51). Sum of RGB (Red+Green+Blue) = 153+64+51=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #994033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994033 is #66BFCC. Grayscale: #595959. Windows color (decimal): -6733773 or 3358873. OLE color: 3358873.

HSL color Cylindrical-coordinate representation of color #994033: hue angle of 7.65º degrees, saturation: 0.5, 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 #994033 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1536451-
CMYK00.580.670.4
HSL7.65º50%40%-
HSV(B)7.65º66.67%60%-
XYZ15.5710.684.37-
YUV89.13106.49173.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=57.09%
G=23.88%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153645100.580.670.47.655040
Hex99403303A432883228
Octal2311006307210350106250
Binary100110011000000110011011101010000111010001000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994033; }

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

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

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

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

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

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

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

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