#944631

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

Shades of Tia Maria #944631

Tints of Tia Maria #944631

Color information

#944631 (or 0x944631) is unknown color: approx Tia Maria. HEX triplet: 94, 46 and 31. RGB value is (148,70,49). Sum of RGB (Red+Green+Blue) = 148+70+49=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #944631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944631 is #6BB9CE. Grayscale: #5B5B5B. Windows color (decimal): -7059919 or 3229332. OLE color: 3229332.

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

Color convert

RGB1487049-
CMYK00.530.670.42
HSL12.73º50.25%38.63%-
HSV(B)12.73º66.89%58.04%-
XYZ14.9610.94.22-
YUV90.93104.34168.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.43%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=55.43%
G=26.22%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148704900.530.670.4212.7350.2538.63
Hex944631035432Ad3227
Octal2241066106510352156247
Binary100101001000110110001011010110000111010101101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944631; }

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

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

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

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

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

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

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

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