#973C2A

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

Shades of Tia Maria #973C2A

Tints of Tia Maria #973C2A

Color information

#973C2A (or 0x973C2A) is unknown color: approx Tia Maria. HEX triplet: 97, 3C and 2A. RGB value is (151,60,42). Sum of RGB (Red+Green+Blue) = 151+60+42=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #973C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C2A is #68C3D5. Grayscale: #555555. Windows color (decimal): -6865878 or 2768023. OLE color: 2768023.

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

Color convert

RGB1516042-
CMYK00.600.720.41
HSL9.91º56.48%37.84%-
HSV(B)9.91º72.19%59.22%-
XYZ14.89.983.34-
YUV85.16103.65174.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.68%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=59.68%
G=23.72%
B=16.60%

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
Decimal151604200.600.720.419.9156.4837.84
Hex973C2A03C4829a3826
Octal227745207411051127046
Binary10010111111100101010011110010010001010011010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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