#944433

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

Shades of Tia Maria #944433

Tints of Tia Maria #944433

Color information

#944433 (or 0x944433) is unknown color: approx Tia Maria. HEX triplet: 94, 44 and 33. RGB value is (148,68,51). Sum of RGB (Red+Green+Blue) = 148+68+51=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #944433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944433 is #6BBBCC. Grayscale: #5A5A5A. Windows color (decimal): -7060429 or 3359892. OLE color: 3359892.

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

Color convert

RGB1486851-
CMYK00.540.660.42
HSL10.52º48.74%39.02%-
HSV(B)10.52º65.54%58.04%-
XYZ14.8810.674.41-
YUV89.98106169.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.43%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=55.43%
G=25.47%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148685100.540.660.4210.5248.7439.02
Hex944433036422Ab3127
Octal2241046306610252136147
Binary100101001000100110011011011010000101010101011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944433; }

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

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

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

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

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

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

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

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