#973D2C

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

Shades of Tia Maria #973D2C

Tints of Tia Maria #973D2C

Color information

#973D2C (or 0x973D2C) is unknown color: approx Tia Maria. HEX triplet: 97, 3D and 2C. RGB value is (151,61,44). Sum of RGB (Red+Green+Blue) = 151+61+44=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #973D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973D2C is #68C2D3. Grayscale: #565656. Windows color (decimal): -6865620 or 2899351. OLE color: 2899351.

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

Color convert

RGB1516144-
CMYK00.600.710.41
HSL9.53º54.87%38.24%-
HSV(B)9.53º70.86%59.22%-
XYZ14.8910.13.55-
YUV85.97104.32174.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.98%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=58.98%
G=23.83%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151614400.600.710.419.5354.8738.24
Hex973D2C03C4729a3726
Octal227755407410751126746
Binary10010111111101101100011110010001111010011010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,61,44); }

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

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

 a { background-color: rgb(151,61,44); }

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

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

 span { border-color: rgb(151,61,44); }

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