#944635

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

Shades of Tia Maria #944635

Tints of Tia Maria #944635

Color information

#944635 (or 0x944635) is unknown color: approx Tia Maria. HEX triplet: 94, 46 and 35. RGB value is (148,70,53). Sum of RGB (Red+Green+Blue) = 148+70+53=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #944635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944635 is #6BB9CA. Grayscale: #5B5B5B. Windows color (decimal): -7059915 or 3491476. OLE color: 3491476.

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

Color convert

RGB1487053-
CMYK00.530.640.42
HSL10.74º47.26%39.41%-
HSV(B)10.74º64.19%58.04%-
XYZ15.0510.934.69-
YUV91.38106.34168.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=54.61%
G=25.83%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148705300.530.640.4210.7447.2639.41
Hex944635035402Ab2f27
Octal2241066506510052135747
Binary100101001000110110101011010110000001010101011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944635; }

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

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

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

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

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

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

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

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