#973A29

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

Shades of Tia Maria #973A29

Tints of Tia Maria #973A29

Color information

#973A29 (or 0x973A29) is unknown color: approx Tia Maria. HEX triplet: 97, 3A and 29. RGB value is (151,58,41). Sum of RGB (Red+Green+Blue) = 151+58+41=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #973A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A29 is #68C5D6. Grayscale: #545454. Windows color (decimal): -6866391 or 2701975. OLE color: 2701975.

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

Color convert

RGB1515841-
CMYK00.620.730.41
HSL9.27º57.29%37.65%-
HSV(B)9.27º72.85%59.22%-
XYZ14.689.773.21-
YUV83.87103.81175.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.4%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=60.4%
G=23.2%
B=16.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151584100.620.730.419.2757.2937.65
Hex973A2903E492993926
Octal227725107611151117146
Binary10010111111010101001011111010010011010011001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973A29; }

 p { color: rgb(151,58,41); }

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

<style>
 a { background-color: #973A29; }

 a { background-color: rgb(151,58,41); }

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

<style>
 span { border-color: #973A29; }

 span { border-color: rgb(151,58,41); }

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