#9A4132

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

Shades of Tia Maria #9A4132

Tints of Tia Maria #9A4132

Color information

#9A4132 (or 0x9A4132) is unknown color: approx Tia Maria. HEX triplet: 9A, 41 and 32. RGB value is (154,65,50). Sum of RGB (Red+Green+Blue) = 154+65+50=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4132 is #65BECD. Grayscale: #5A5A5A. Windows color (decimal): -6667982 or 3293594. OLE color: 3293594.

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

Color convert

RGB1546550-
CMYK00.580.680.40
HSL8.65º50.98%40%-
HSV(B)8.65º67.53%60.39%-
XYZ15.7910.884.29-
YUV89.9105.49173.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.25%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=57.25%
G=24.16%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154655000.580.680.408.6550.9840
Hex9A413203A442893328
Octal2321016207210450116350
Binary100110101000001110010011101010001001010001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4132; }

 p { color: rgb(154,65,50); }

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

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

 a { background-color: rgb(154,65,50); }

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

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

 span { border-color: rgb(154,65,50); }

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