#944533

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

Shades of Tia Maria #944533

Tints of Tia Maria #944533

Color information

#944533 (or 0x944533) is unknown color: approx Tia Maria. HEX triplet: 94, 45 and 33. RGB value is (148,69,51). Sum of RGB (Red+Green+Blue) = 148+69+51=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #944533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944533 is #6BBACC. Grayscale: #5A5A5A. Windows color (decimal): -7060173 or 3360148. OLE color: 3360148.

HSL color Cylindrical-coordinate representation of color #944533: hue angle of 11.13º 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 #944533 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1486951-
CMYK00.530.660.42
HSL11.13º48.74%39.02%-
HSV(B)11.13º65.54%58.04%-
XYZ14.9410.794.43-
YUV90.57105.67168.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.22%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=55.22%
G=25.75%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148695100.530.660.4211.1348.7439.02
Hex944533035422Ab3127
Octal2241056306510252136147
Binary100101001000101110011011010110000101010101011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944533; }

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

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

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

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

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

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

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

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