#974925

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

Shades of Alert Tan #974925

Tints of Alert Tan #974925

Color information

#974925 (or 0x974925) is unknown color: approx Alert Tan. HEX triplet: 97, 49 and 25. RGB value is (151,73,37). Sum of RGB (Red+Green+Blue) = 151+73+37=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #974925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974925 is #68B6DA. Grayscale: #5C5C5C. Windows color (decimal): -6862555 or 2443671. OLE color: 2443671.

HSL color Cylindrical-coordinate representation of color #974925: hue angle of 18.95º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #974925 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1517337-
CMYK00.520.750.41
HSL18.95º60.64%36.86%-
HSV(B)18.95º75.5%59.22%-
XYZ15.4811.483.15-
YUV92.2296.84169.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.85%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=57.85%
G=27.97%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151733700.520.750.4118.9560.6436.86
Hex9749250344B29133d25
Octal2271114506411351237545
Binary1001011110010011001010110100100101110100110011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974925; }

 p { color: rgb(151,73,37); }

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

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

 a { background-color: rgb(151,73,37); }

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

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

 span { border-color: rgb(151,73,37); }

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