#994426

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

Shades of Tia Maria #994426

Tints of Tia Maria #994426

Color information

#994426 (or 0x994426) is unknown color: approx Tia Maria. HEX triplet: 99, 44 and 26. RGB value is (153,68,38). Sum of RGB (Red+Green+Blue) = 153+68+38=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #994426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994426 is #66BBD9. Grayscale: #5A5A5A. Windows color (decimal): -6732762 or 2507929. OLE color: 2507929.

HSL color Cylindrical-coordinate representation of color #994426: hue angle of 15.65º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #994426 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1536838-
CMYK00.560.750.4
HSL15.65º60.21%37.45%-
HSV(B)15.65º75.16%60%-
XYZ15.5511.053.15-
YUV89.9998.66172.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=59.07%
G=26.25%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153683800.560.750.415.6560.2137.45
Hex9944260384B28103c25
Octal2311044607011350207445
Binary1001100110001001001100111000100101110100010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994426; }

 p { color: rgb(153,68,38); }

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

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

 a { background-color: rgb(153,68,38); }

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

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

 span { border-color: rgb(153,68,38); }

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