#944935

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

Shades of Tia Maria #944935

Tints of Tia Maria #944935

Color information

#944935 (or 0x944935) is unknown color: approx Tia Maria. HEX triplet: 94, 49 and 35. RGB value is (148,73,53). Sum of RGB (Red+Green+Blue) = 148+73+53=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #944935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944935 is #6BB6CA. Grayscale: #5D5D5D. Windows color (decimal): -7059147 or 3492244. OLE color: 3492244.

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

Color convert

RGB1487353-
CMYK00.510.640.42
HSL12.63º47.26%39.41%-
HSV(B)12.63º64.19%58.04%-
XYZ15.2411.324.75-
YUV93.14105.35167.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.01%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=54.01%
G=26.64%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148735300.510.640.4212.6347.2639.41
Hex944935033402Ad2f27
Octal2241116506310052155747
Binary100101001001001110101011001110000001010101101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944935; }

 p { color: rgb(148,73,53); }

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

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

 a { background-color: rgb(148,73,53); }

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

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

 span { border-color: rgb(148,73,53); }

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