#994226

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

Shades of Tia Maria #994226

Tints of Tia Maria #994226

Color information

#994226 (or 0x994226) is unknown color: approx Tia Maria. HEX triplet: 99, 42 and 26. RGB value is (153,66,38). Sum of RGB (Red+Green+Blue) = 153+66+38=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #994226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994226 is #66BDD9. Grayscale: #595959. Windows color (decimal): -6733274 or 2507417. OLE color: 2507417.

HSL color Cylindrical-coordinate representation of color #994226: hue angle of 14.61º 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 #994226 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1536638-
CMYK00.570.750.4
HSL14.61º60.21%37.45%-
HSV(B)14.61º75.16%60%-
XYZ15.4310.813.11-
YUV88.8299.32173.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=59.53%
G=25.68%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153663800.570.750.414.6160.2137.45
Hex9942260394B28f3c25
Octal2311024607111350177445
Binary100110011000010100110011100110010111010001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994226; }

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

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

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

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

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

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

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

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