#974B2D

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

Shades of Alert Tan #974B2D

Tints of Alert Tan #974B2D

Color information

#974B2D (or 0x974B2D) is unknown color: approx Alert Tan. HEX triplet: 97, 4B and 2D. RGB value is (151,75,45). Sum of RGB (Red+Green+Blue) = 151+75+45=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #974B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B2D is #68B4D2. Grayscale: #5E5E5E. Windows color (decimal): -6862035 or 2968471. OLE color: 2968471.

HSL color Cylindrical-coordinate representation of color #974B2D: hue angle of 16.98º 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 #974B2D is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1517545-
CMYK00.500.700.41
HSL16.98º54.08%38.43%-
HSV(B)16.98º70.2%59.22%-
XYZ15.7511.83.93-
YUV94.3100.18168.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.72%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=55.72%
G=27.68%
B=16.61%

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
Decimal151754500.500.700.4116.9854.0838.43
Hex974B2D0324629113626
Octal2271135506210651216646
Binary1001011110010111011010110010100011010100110001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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