#973A27

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

Shades of Tia Maria #973A27

Tints of Tia Maria #973A27

Color information

#973A27 (or 0x973A27) is unknown color: approx Tia Maria. HEX triplet: 97, 3A and 27. RGB value is (151,58,39). Sum of RGB (Red+Green+Blue) = 151+58+39=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #973A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A27 is #68C5D8. Grayscale: #535353. Windows color (decimal): -6866393 or 2570903. OLE color: 2570903.

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

Color convert

RGB1515839-
CMYK00.620.740.41
HSL10.18º58.95%37.25%-
HSV(B)10.18º74.17%59.22%-
XYZ14.649.753.03-
YUV83.64102.81176.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.89%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 39 (15.62% from 255) = 15.73%
R=60.89%
G=23.39%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151583900.620.740.4110.1858.9537.25
Hex973A2703E4A29a3b25
Octal227724707611251127345
Binary10010111111010100111011111010010101010011010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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