#994227

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

Shades of Tia Maria #994227

Tints of Tia Maria #994227

Color information

#994227 (or 0x994227) is unknown color: approx Tia Maria. HEX triplet: 99, 42 and 27. RGB value is (153,66,39). Sum of RGB (Red+Green+Blue) = 153+66+39=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #994227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994227 is #66BDD8. Grayscale: #595959. Windows color (decimal): -6733273 or 2572953. OLE color: 2572953.

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

Color convert

RGB1536639-
CMYK00.570.750.4
HSL14.21º59.38%37.65%-
HSV(B)14.21º74.51%60%-
XYZ15.4510.823.19-
YUV88.9499.82173.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.30%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=59.30%
G=25.58%
B=15.12%

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
Decimal153663900.570.750.414.2159.3837.65
Hex9942270394B28e3b26
Octal2311024707111350167346
Binary100110011000010100111011100110010111010001110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994227; }

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

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

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

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

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

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

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

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