#9A4231

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

Shades of Tia Maria #9A4231

Tints of Tia Maria #9A4231

Color information

#9A4231 (or 0x9A4231) is unknown color: approx Tia Maria. HEX triplet: 9A, 42 and 31. RGB value is (154,66,49). Sum of RGB (Red+Green+Blue) = 154+66+49=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4231 is #65BDCE. Grayscale: #5A5A5A. Windows color (decimal): -6667727 or 3228314. OLE color: 3228314.

HSL color Cylindrical-coordinate representation of color #9A4231: hue angle of 9.71º degrees, saturation: 0.52, 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 #9A4231 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1546649-
CMYK00.570.680.40
HSL9.71º51.72%39.8%-
HSV(B)9.71º68.18%60.39%-
XYZ15.8310.994.19-
YUV90.37104.65173.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.25%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=57.25%
G=24.54%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154664900.570.680.409.7151.7239.8
Hex9A42310394428a3428
Octal2321026107110450126450
Binary100110101000010110001011100110001001010001010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,66,49); }

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

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

 a { background-color: rgb(154,66,49); }

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

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

 span { border-color: rgb(154,66,49); }

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