Html Css Color HEX #974C2C Alert Tan

📋 copy color: '#974C2C'

red 151 ◦ green 76 ◦ blue 44

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

Shades of Alert Tan #974C2C

Tints of Alert Tan #974C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 55.72%
G = 28.04%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#974C2C (or 0x974C2C) is known color: Alert Tan. HEX triplet: 97, 4C and 2C. RGB value is (151,76,44). Sum of RGB (Red+Green+Blue) = 151+76+44=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #974C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974C2C is #68B3D3. Grayscale: #5E5E5E. Windows color (decimal): -6861780 or 2903191. OLE color: 2903191.

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

Color convert

RGB 151 76 44 -
CMYK 0 0.50 0.71 0.41
HSL 17.94º 0.55% 0.38% -
HSV(B) 17.94º 0.71% 0.59% -
XYZ 15.8 11.93 3.85 -
YUV 94.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 151 76 44 0 0.50 0.71 0.41 17.94 0.55 0.38
Hex 97 4C 2C 0 32 47 29 12 37 26
Octal 227 114 54 0 62 107 51 22 67 46
Binary 10010111 1001100 101100 0 110010 1000111 101001 10010 110111 100110

Color Harmonies of #974C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C2C

Black with #974C2C

Text Example


Text Example

White with #974C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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