Html Css Color HEX #974C2E Alert Tan

📋 copy color: '#974C2E'

red 151 ◦ green 76 ◦ blue 46

#974C2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alert Tan #974C2E

Tints of Alert Tan #974C2E

RGB

 RED value IS 151 (59.38% from 255) = 55.31%

 GREEN value IS 76 (30.08% from 255) = 27.84%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 55.31%
G = 27.84%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#974C2E (or 0x974C2E) is known color: Alert Tan. HEX triplet: 97, 4C and 2E. RGB value is (151,76,46). Sum of RGB (Red+Green+Blue) = 151+76+46=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #974C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974C2E is #68B3D1. Grayscale: #5F5F5F. Windows color (decimal): -6861778 or 3034263. OLE color: 3034263.

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

Color convert

RGB 151 76 46 -
CMYK 0 0.50 0.70 0.41
HSL 17.14º 0.53% 0.39% -
HSV(B) 17.14º 0.7% 0.59% -
XYZ 15.84 11.95 4.06 -
YUV 95.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 151 76 46 0 0.50 0.70 0.41 17.14 0.53 0.39
Hex 97 4C 2E 0 32 46 29 11 35 27
Octal 227 114 56 0 62 106 51 21 65 47
Binary 10010111 1001100 101110 0 110010 1000110 101001 10001 110101 100111

Color Harmonies of #974C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C2E

Black with #974C2E

Text Example


Text Example

White with #974C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #974C2E;
 }
 .AnyTagClassName
 {
   color: #974C2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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