#974030

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

Shades of Tia Maria #974030

Tints of Tia Maria #974030

Color information

#974030 (or 0x974030) is unknown color: approx Tia Maria. HEX triplet: 97, 40 and 30. RGB value is (151,64,48). Sum of RGB (Red+Green+Blue) = 151+64+48=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #974030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974030 is #68BFCF. Grayscale: #585858. Windows color (decimal): -6864848 or 3162263. OLE color: 3162263.

HSL color Cylindrical-coordinate representation of color #974030: hue angle of 9.32º 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 #974030 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1516448-
CMYK00.580.680.41
HSL9.32º51.76%39.02%-
HSV(B)9.32º68.21%59.22%-
XYZ15.1310.464.02-
YUV88.19105.32172.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=57.41%
G=24.33%
B=18.25%

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
Decimal151644800.580.680.419.3251.7639.02
Hex97403003A442993427
Octal2271006007210451116447
Binary100101111000000110000011101010001001010011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974030; }

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

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

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

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

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

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

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

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