#973E2D

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

Shades of Tia Maria #973E2D

Tints of Tia Maria #973E2D

Color information

#973E2D (or 0x973E2D) is unknown color: approx Tia Maria. HEX triplet: 97, 3E and 2D. RGB value is (151,62,45). Sum of RGB (Red+Green+Blue) = 151+62+45=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #973E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973E2D is #68C1D2. Grayscale: #565656. Windows color (decimal): -6865363 or 2965143. OLE color: 2965143.

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

Color convert

RGB1516245-
CMYK00.590.700.41
HSL9.62º54.08%38.43%-
HSV(B)9.62º70.2%59.22%-
XYZ14.9610.213.67-
YUV86.67104.49173.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.53%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=58.53%
G=24.03%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151624500.590.700.419.6254.0838.43
Hex973E2D03B4629a3626
Octal227765507310651126646
Binary10010111111110101101011101110001101010011010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,62,45); }

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

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

 a { background-color: rgb(151,62,45); }

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

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

 span { border-color: rgb(151,62,45); }

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