#9A4120

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

Shades of Tia Maria #9A4120

Tints of Tia Maria #9A4120

Color information

#9A4120 (or 0x9A4120) is unknown color: approx Tia Maria. HEX triplet: 9A, 41 and 20. RGB value is (154,65,32). Sum of RGB (Red+Green+Blue) = 154+65+32=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4120 is #65BEDF. Grayscale: #585858. Windows color (decimal): -6668000 or 2113946. OLE color: 2113946.

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

Color convert

RGB1546532-
CMYK00.580.790.40
HSL16.23º65.59%36.47%-
HSV(B)16.23º79.22%60.39%-
XYZ15.4810.752.63-
YUV87.8596.49175.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.35%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=61.35%
G=25.90%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154653200.580.790.4016.2365.5936.47
Hex9A412003A4F28104224
Octal23210140072117502010244
Binary10011010100000110000001110101001111101000100001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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