#9A3F2E

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

Shades of Tia Maria #9A3F2E

Tints of Tia Maria #9A3F2E

Color information

#9A3F2E (or 0x9A3F2E) is unknown color: approx Tia Maria. HEX triplet: 9A, 3F and 2E. RGB value is (154,63,46). Sum of RGB (Red+Green+Blue) = 154+63+46=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3F2E is #65C0D1. Grayscale: #585858. Windows color (decimal): -6668498 or 3030938. OLE color: 3030938.

HSL color Cylindrical-coordinate representation of color #9A3F2E: hue angle of 9.44º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A3F2E is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1546346-
CMYK00.590.700.40
HSL9.44º54%39.22%-
HSV(B)9.44º70.13%60.39%-
XYZ15.610.623.81-
YUV88.27104.15174.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.56%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=58.56%
G=23.95%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154634600.590.700.409.445439.22
Hex9A3F2E03B462893627
Octal232775607310650116647
Binary10011010111111101110011101110001101010001001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,63,46); }

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

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

 a { background-color: rgb(154,63,46); }

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

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

 span { border-color: rgb(154,63,46); }

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