#944429

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

Shades of Tia Maria #944429

Tints of Tia Maria #944429

Color information

#944429 (or 0x944429) is unknown color: approx Tia Maria. HEX triplet: 94, 44 and 29. RGB value is (148,68,41). Sum of RGB (Red+Green+Blue) = 148+68+41=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #944429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944429 is #6BBBD6. Grayscale: #595959. Windows color (decimal): -7060439 or 2704532. OLE color: 2704532.

HSL color Cylindrical-coordinate representation of color #944429: hue angle of 15.14º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #944429 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1486841-
CMYK00.540.720.42
HSL15.14º56.61%37.06%-
HSV(B)15.14º72.3%58.04%-
XYZ14.6810.593.37-
YUV88.84101170.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.59%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=57.59%
G=26.46%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148684100.540.720.4215.1456.6137.06
Hex944429036482Af3925
Octal2241045106611052177145
Binary100101001000100101001011011010010001010101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944429; }

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

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

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

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

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

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

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

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