#973C27

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

Shades of Tia Maria #973C27

Tints of Tia Maria #973C27

Color information

#973C27 (or 0x973C27) is unknown color: approx Tia Maria. HEX triplet: 97, 3C and 27. RGB value is (151,60,39). Sum of RGB (Red+Green+Blue) = 151+60+39=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #973C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C27 is #68C3D8. Grayscale: #545454. Windows color (decimal): -6865881 or 2571415. OLE color: 2571415.

HSL color Cylindrical-coordinate representation of color #973C27: hue angle of 11.25º 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 #973C27 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1516039-
CMYK00.600.740.41
HSL11.25º58.95%37.25%-
HSV(B)11.25º74.17%59.22%-
XYZ14.749.963.06-
YUV84.82102.15175.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.4%
GREEN value IS 60 (23.83% from 255) = 24%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=60.4%
G=24%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151603900.600.740.4111.2558.9537.25
Hex973C2703C4A29b3b25
Octal227744707411251137345
Binary10010111111100100111011110010010101010011011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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