#944832

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

Shades of Tia Maria #944832

Tints of Tia Maria #944832

Color information

#944832 (or 0x944832) is unknown color: approx Tia Maria. HEX triplet: 94, 48 and 32. RGB value is (148,72,50). Sum of RGB (Red+Green+Blue) = 148+72+50=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #944832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944832 is #6BB7CD. Grayscale: #5C5C5C. Windows color (decimal): -7059406 or 3295380. OLE color: 3295380.

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

Color convert

RGB1487250-
CMYK00.510.660.42
HSL13.47º49.49%38.82%-
HSV(B)13.47º66.22%58.04%-
XYZ15.1111.164.38-
YUV92.22104.18167.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.81%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=54.81%
G=26.67%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148725000.510.660.4213.4749.4938.82
Hex944832033422Ad3127
Octal2241106206310252156147
Binary100101001001000110010011001110000101010101101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944832; }

 p { color: rgb(148,72,50); }

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

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

 a { background-color: rgb(148,72,50); }

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

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

 span { border-color: rgb(148,72,50); }

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