#9A3E32

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

Shades of Tia Maria #9A3E32

Tints of Tia Maria #9A3E32

Color information

#9A3E32 (or 0x9A3E32) is unknown color: approx Tia Maria. HEX triplet: 9A, 3E and 32. RGB value is (154,62,50). Sum of RGB (Red+Green+Blue) = 154+62+50=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3E32 is #65C1CD. Grayscale: #585858. Windows color (decimal): -6668750 or 3292826. OLE color: 3292826.

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

Color convert

RGB1546250-
CMYK00.600.680.40
HSL6.92º50.98%40%-
HSV(B)6.92º67.53%60.39%-
XYZ15.6210.554.23-
YUV88.14106.48174.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.89%
GREEN value IS 62 (24.61% from 255) = 23.31%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=57.89%
G=23.31%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154625000.600.680.406.9250.9840
Hex9A3E3203C442873328
Octal23276620741045076350
Binary1001101011111011001001111001000100101000111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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