#9A4128

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

Shades of Tia Maria #9A4128

Tints of Tia Maria #9A4128

Color information

#9A4128 (or 0x9A4128) is unknown color: approx Tia Maria. HEX triplet: 9A, 41 and 28. RGB value is (154,65,40). Sum of RGB (Red+Green+Blue) = 154+65+40=259 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.46% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4128 is #65BED7. Grayscale: #585858. Windows color (decimal): -6667992 or 2638234. OLE color: 2638234.

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

Color convert

RGB1546540-
CMYK00.580.740.40
HSL13.16º58.76%38.04%-
HSV(B)13.16º74.03%60.39%-
XYZ15.610.83.27-
YUV88.76100.49174.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.46%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=59.46%
G=25.10%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154654000.580.740.4013.1658.7638.04
Hex9A412803A4A28d3b26
Octal2321015007211250157346
Binary100110101000001101000011101010010101010001101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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