#994433

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

Shades of Tia Maria #994433

Tints of Tia Maria #994433

Color information

#994433 (or 0x994433) is unknown color: approx Tia Maria. HEX triplet: 99, 44 and 33. RGB value is (153,68,51). Sum of RGB (Red+Green+Blue) = 153+68+51=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #994433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994433 is #66BBCC. Grayscale: #5B5B5B. Windows color (decimal): -6732749 or 3359897. OLE color: 3359897.

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

Color convert

RGB1536851-
CMYK00.560.670.4
HSL10º50%40%-
HSV(B)10º66.67%60%-
XYZ15.811.154.45-
YUV91.48105.16171.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=56.25%
G=25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153685100.560.670.4105040
Hex9944330384328a3228
Octal2311046307010350126250
Binary100110011000100110011011100010000111010001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994433; }

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

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

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

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

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

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

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

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