#973D2A

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

Shades of Tia Maria #973D2A

Tints of Tia Maria #973D2A

Color information

#973D2A (or 0x973D2A) is unknown color: approx Tia Maria. HEX triplet: 97, 3D and 2A. RGB value is (151,61,42). Sum of RGB (Red+Green+Blue) = 151+61+42=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #973D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973D2A is #68C2D5. Grayscale: #555555. Windows color (decimal): -6865622 or 2768279. OLE color: 2768279.

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

Color convert

RGB1516142-
CMYK00.600.720.41
HSL10.46º56.48%37.84%-
HSV(B)10.46º72.19%59.22%-
XYZ14.8510.083.35-
YUV85.74103.32174.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.45%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=59.45%
G=24.02%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151614200.600.720.4110.4656.4837.84
Hex973D2A03C4829a3826
Octal227755207411051127046
Binary10010111111101101010011110010010001010011010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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