#994233

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

Shades of Tia Maria #994233

Tints of Tia Maria #994233

Color information

#994233 (or 0x994233) is unknown color: approx Tia Maria. HEX triplet: 99, 42 and 33. RGB value is (153,66,51). Sum of RGB (Red+Green+Blue) = 153+66+51=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #994233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994233 is #66BDCC. Grayscale: #5A5A5A. Windows color (decimal): -6733261 or 3359385. OLE color: 3359385.

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

Color convert

RGB1536651-
CMYK00.570.670.4
HSL8.82º50%40%-
HSV(B)8.82º66.67%60%-
XYZ15.6810.914.41-
YUV90.3105.82172.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=56.67%
G=24.44%
B=18.89%

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
Decimal153665100.570.670.48.825040
Hex994233039432893228
Octal2311026307110350116250
Binary100110011000010110011011100110000111010001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994233; }

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

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

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

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

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

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

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

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