#974421

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

Shades of Tia Maria #974421

Tints of Tia Maria #974421

Color information

#974421 (or 0x974421) is unknown color: approx Tia Maria. HEX triplet: 97, 44 and 21. RGB value is (151,68,33). Sum of RGB (Red+Green+Blue) = 151+68+33=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #974421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974421 is #68BBDE. Grayscale: #595959. Windows color (decimal): -6863839 or 2180247. OLE color: 2180247.

HSL color Cylindrical-coordinate representation of color #974421: hue angle of 17.8º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #974421 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB1516833-
CMYK00.550.780.41
HSL17.8º64.13%36.08%-
HSV(B)17.8º78.15%59.22%-
XYZ15.110.822.73-
YUV88.8396.5172.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.92%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=59.92%
G=26.98%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151683300.550.780.4117.864.1336.08
Hex9744210374E29124024
Octal22710441067116512210044
Binary10010111100010010000101101111001110101001100101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974421; }

 p { color: rgb(151,68,33); }

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

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

 a { background-color: rgb(151,68,33); }

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

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

 span { border-color: rgb(151,68,33); }

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