#974C2D

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

Shades of Alert Tan #974C2D

Tints of Alert Tan #974C2D

Color information

#974C2D (or 0x974C2D) is unknown color: approx Alert Tan. HEX triplet: 97, 4C and 2D. RGB value is (151,76,45). Sum of RGB (Red+Green+Blue) = 151+76+45=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #974C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974C2D is #68B3D2. Grayscale: #5F5F5F. Windows color (decimal): -6861779 or 2968727. OLE color: 2968727.

HSL color Cylindrical-coordinate representation of color #974C2D: hue angle of 17.55º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #974C2D is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1517645-
CMYK00.500.700.41
HSL17.55º54.08%38.43%-
HSV(B)17.55º70.2%59.22%-
XYZ15.8211.943.95-
YUV94.8999.85168.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=55.51%
G=27.94%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151764500.500.700.4117.5554.0838.43
Hex974C2D0324629123626
Octal2271145506210651226646
Binary1001011110011001011010110010100011010100110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,76,45); }

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

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

 a { background-color: rgb(151,76,45); }

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

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

 span { border-color: rgb(151,76,45); }

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