#994532

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

Shades of Tia Maria #994532

Tints of Tia Maria #994532

Color information

#994532 (or 0x994532) is unknown color: approx Tia Maria. HEX triplet: 99, 45 and 32. RGB value is (153,69,50). Sum of RGB (Red+Green+Blue) = 153+69+50=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #994532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994532 is #66BACD. Grayscale: #5C5C5C. Windows color (decimal): -6732494 or 3294617. OLE color: 3294617.

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

Color convert

RGB1536950-
CMYK00.550.670.4
HSL11.07º50.74%39.8%-
HSV(B)11.07º67.32%60%-
XYZ15.8411.264.36-
YUV91.95104.33171.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=56.25%
G=25.37%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153695000.550.670.411.0750.7439.8
Hex9945320374328b3328
Octal2311056206710350136350
Binary100110011000101110010011011110000111010001011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994532; }

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

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

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

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

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

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

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

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