#9A3B2A

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

Shades of Tia Maria #9A3B2A

Tints of Tia Maria #9A3B2A

Color information

#9A3B2A (or 0x9A3B2A) is unknown color: approx Tia Maria. HEX triplet: 9A, 3B and 2A. RGB value is (154,59,42). Sum of RGB (Red+Green+Blue) = 154+59+42=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3B2A is #65C4D5. Grayscale: #555555. Windows color (decimal): -6669526 or 2767770. OLE color: 2767770.

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

Color convert

RGB1545942-
CMYK00.620.730.40
HSL9.11º57.14%38.43%-
HSV(B)9.11º72.73%60.39%-
XYZ15.3110.173.35-
YUV85.47103.47176.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.39%
GREEN value IS 59 (23.44% from 255) = 23.14%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=60.39%
G=23.14%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154594200.620.730.409.1157.1438.43
Hex9A3B2A03E492893926
Octal232735207611150117146
Binary10011010111011101010011111010010011010001001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,59,42); }

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

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

 a { background-color: rgb(154,59,42); }

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

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

 span { border-color: rgb(154,59,42); }

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