#973F30

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

Shades of Tia Maria #973F30

Tints of Tia Maria #973F30

Color information

#973F30 (or 0x973F30) is unknown color: approx Tia Maria. HEX triplet: 97, 3F and 30. RGB value is (151,63,48). Sum of RGB (Red+Green+Blue) = 151+63+48=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #973F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973F30 is #68C0CF. Grayscale: #575757. Windows color (decimal): -6865104 or 3162007. OLE color: 3162007.

HSL color Cylindrical-coordinate representation of color #973F30: hue angle of 8.74º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973F30 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1516348-
CMYK00.580.680.41
HSL8.74º51.76%39.02%-
HSV(B)8.74º68.21%59.22%-
XYZ15.0710.354-
YUV87.6105.65173.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.63%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=57.63%
G=24.05%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151634800.580.680.418.7451.7639.02
Hex973F3003A442993427
Octal227776007210451116447
Binary10010111111111110000011101010001001010011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,63,48); }

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

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

 a { background-color: rgb(151,63,48); }

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

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

 span { border-color: rgb(151,63,48); }

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