#944835

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

Shades of Tia Maria #944835

Tints of Tia Maria #944835

Color information

#944835 (or 0x944835) is unknown color: approx Tia Maria. HEX triplet: 94, 48 and 35. RGB value is (148,72,53). Sum of RGB (Red+Green+Blue) = 148+72+53=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #944835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944835 is #6BB7CA. Grayscale: #5C5C5C. Windows color (decimal): -7059403 or 3491988. OLE color: 3491988.

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

Color convert

RGB1487253-
CMYK00.510.640.42
HSL12º47.26%39.41%-
HSV(B)12º64.19%58.04%-
XYZ15.1711.194.73-
YUV92.56105.68167.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=54.21%
G=26.37%
B=19.41%

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
Decimal148725300.510.640.421247.2639.41
Hex944835033402Ac2f27
Octal2241106506310052145747
Binary100101001001000110101011001110000001010101100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944835; }

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

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

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

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

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

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

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

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