#944234

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

Shades of Tia Maria #944234

Tints of Tia Maria #944234

Color information

#944234 (or 0x944234) is unknown color: approx Tia Maria. HEX triplet: 94, 42 and 34. RGB value is (148,66,52). Sum of RGB (Red+Green+Blue) = 148+66+52=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #944234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944234 is #6BBDCB. Grayscale: #595959. Windows color (decimal): -7060940 or 3424916. OLE color: 3424916.

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

Color convert

RGB1486652-
CMYK00.550.650.42
HSL8.75º48%39.22%-
HSV(B)8.75º64.86%58.04%-
XYZ14.7810.444.48-
YUV88.92107.17170.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.64%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=55.64%
G=24.81%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148665200.550.650.428.754839.22
Hex944234037412A93027
Octal2241026406710152116047
Binary100101001000010110100011011110000011010101001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944234; }

 p { color: rgb(148,66,52); }

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

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

 a { background-color: rgb(148,66,52); }

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

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

 span { border-color: rgb(148,66,52); }

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