#994632

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

Shades of Tia Maria #994632

Tints of Tia Maria #994632

Color information

#994632 (or 0x994632) is unknown color: approx Tia Maria. HEX triplet: 99, 46 and 32. RGB value is (153,70,50). Sum of RGB (Red+Green+Blue) = 153+70+50=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994632 is #66B9CD. Grayscale: #5C5C5C. Windows color (decimal): -6732238 or 3294873. OLE color: 3294873.

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

Color convert

RGB1537050-
CMYK00.540.670.4
HSL11.65º50.74%39.8%-
HSV(B)11.65º67.32%60%-
XYZ15.911.384.38-
YUV92.54104171.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=56.04%
G=25.64%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153705000.540.670.411.6550.7439.8
Hex9946320364328c3328
Octal2311066206610350146350
Binary100110011000110110010011011010000111010001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994632; }

 p { color: rgb(153,70,50); }

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

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

 a { background-color: rgb(153,70,50); }

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

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

 span { border-color: rgb(153,70,50); }

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