#993f33

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

Shades of Tia Maria #993F33

Tints of Tia Maria #993F33

Color information

#993F33 (or 0x993F33) is unknown color: approx Tia Maria. HEX triplet: 99, 3F and 33. RGB value is (153,63,51). Sum of RGB (Red+Green+Blue) = 153+63+51=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F33 is #66C0CC. Grayscale: #585858. Windows color (decimal): -6734029 or 3358617. OLE color: 3358617.

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

Color convert

RGB1536351-
CMYK00.590.670.4
HSL7.06º50%40%-
HSV(B)7.06º66.67%60%-
XYZ15.5110.574.35-
YUV88.54106.82173.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=57.30%
G=23.60%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153635100.590.670.47.065040
Hex993F3303B432873228
Octal23177630731035076250
Binary1001100111111111001101110111000011101000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993f33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993f33; }

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

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

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

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

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

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

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

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