#9A412B

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

Shades of Tia Maria #9A412B

Tints of Tia Maria #9A412B

Color information

#9A412B (or 0x9A412B) is unknown color: approx Tia Maria. HEX triplet: 9A, 41 and 2B. RGB value is (154,65,43). Sum of RGB (Red+Green+Blue) = 154+65+43=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A412B is #65BED4. Grayscale: #595959. Windows color (decimal): -6667989 or 2834842. OLE color: 2834842.

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

Color convert

RGB1546543-
CMYK00.580.720.40
HSL11.89º56.35%38.63%-
HSV(B)11.89º72.08%60.39%-
XYZ15.6510.833.55-
YUV89.1101.99174.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.78%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=58.78%
G=24.81%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154654300.580.720.4011.8956.3538.63
Hex9A412B03A4828c3827
Octal2321015307211050147047
Binary100110101000001101011011101010010001010001100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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