#974A20

Color #974A20 Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #974A20

Tints of Alert Tan #974A20

Color information

#974A20 (or 0x974A20) is unknown color: approx Alert Tan. HEX triplet: 97, 4A and 20. RGB value is (151,74,32). Sum of RGB (Red+Green+Blue) = 151+74+32=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #974A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974A20 is #68B5DF. Grayscale: #5C5C5C. Windows color (decimal): -6862304 or 2116247. OLE color: 2116247.

HSL color Cylindrical-coordinate representation of color #974A20: hue angle of 21.18º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #974A20 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1517432-
CMYK00.510.790.41
HSL21.18º65.03%35.88%-
HSV(B)21.18º78.81%59.22%-
XYZ15.4711.582.79-
YUV92.2394.01169.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=58.75%
G=28.79%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151743200.510.790.4121.1865.0335.88
Hex974A200334F29154124
Octal22711240063117512510144
Binary10010111100101010000001100111001111101001101011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974A20; }

 p { color: rgb(151,74,32); }

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

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

 a { background-color: rgb(151,74,32); }

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

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

 span { border-color: rgb(151,74,32); }

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