#9A422D

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

Shades of Tia Maria #9A422D

Tints of Tia Maria #9A422D

Color information

#9A422D (or 0x9A422D) is unknown color: approx Tia Maria. HEX triplet: 9A, 42 and 2D. RGB value is (154,66,45). Sum of RGB (Red+Green+Blue) = 154+66+45=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A422D is #65BDD2. Grayscale: #5A5A5A. Windows color (decimal): -6667731 or 2966170. OLE color: 2966170.

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

Color convert

RGB1546645-
CMYK00.570.710.40
HSL11.56º54.77%39.02%-
HSV(B)11.56º70.78%60.39%-
XYZ15.7510.963.77-
YUV89.92102.65173.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.11%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=58.11%
G=24.91%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154664500.570.710.4011.5654.7739.02
Hex9A422D0394728c3727
Octal2321025507110750146747
Binary100110101000010101101011100110001111010001100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,66,45); }

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

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

 a { background-color: rgb(154,66,45); }

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

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

 span { border-color: rgb(154,66,45); }

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