#944628

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

Shades of Tia Maria #944628

Tints of Tia Maria #944628

Color information

#944628 (or 0x944628) is unknown color: approx Tia Maria. HEX triplet: 94, 46 and 28. RGB value is (148,70,40). Sum of RGB (Red+Green+Blue) = 148+70+40=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #944628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944628 is #6BB9D7. Grayscale: #5A5A5A. Windows color (decimal): -7059928 or 2639508. OLE color: 2639508.

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

Color convert

RGB1487040-
CMYK00.530.730.42
HSL16.67º57.45%36.86%-
HSV(B)16.67º72.97%58.04%-
XYZ14.7910.833.32-
YUV89.999.84169.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.36%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 40 (16.02% from 255) = 15.50%
R=57.36%
G=27.13%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148704000.530.730.4216.6757.4536.86
Hex944628035492A113925
Octal2241065006511152217145
Binary1001010010001101010000110101100100110101010001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944628; }

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

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

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

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

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

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

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

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