#944333

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

Shades of Tia Maria #944333

Tints of Tia Maria #944333

Color information

#944333 (or 0x944333) is unknown color: approx Tia Maria. HEX triplet: 94, 43 and 33. RGB value is (148,67,51). Sum of RGB (Red+Green+Blue) = 148+67+51=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #944333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944333 is #6BBCCC. Grayscale: #595959. Windows color (decimal): -7060685 or 3359636. OLE color: 3359636.

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

Color convert

RGB1486751-
CMYK00.550.660.42
HSL9.9º48.74%39.02%-
HSV(B)9.9º65.54%58.04%-
XYZ14.8210.554.39-
YUV89.39106.34169.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.64%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=55.64%
G=25.19%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148675100.550.660.429.948.7439.02
Hex944333037422Aa3127
Octal2241036306710252126147
Binary100101001000011110011011011110000101010101010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944333; }

 p { color: rgb(148,67,51); }

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

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

 a { background-color: rgb(148,67,51); }

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

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

 span { border-color: rgb(148,67,51); }

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