Html Css Color HEX #974E2A Alert Tan

📋 copy color: '#974E2A'

red 151 ◦ green 78 ◦ blue 42

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

Shades of Alert Tan #974E2A

Tints of Alert Tan #974E2A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 55.72%
G = 28.78%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#974E2A (or 0x974E2A) is known color: Alert Tan. HEX triplet: 97, 4E and 2A. RGB value is (151,78,42). Sum of RGB (Red+Green+Blue) = 151+78+42=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #974E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974E2A is #68B1D5. Grayscale: #5F5F5F. Windows color (decimal): -6861270 or 2772631. OLE color: 2772631.

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

Color convert

RGB 151 78 42 -
CMYK 0 0.48 0.72 0.41
HSL 19.82º 0.56% 0.38% -
HSV(B) 19.82º 0.72% 0.59% -
XYZ 15.9 12.2 3.71 -
YUV 95.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 151 78 42 0 0.48 0.72 0.41 19.82 0.56 0.38
Hex 97 4E 2A 0 30 48 29 14 38 26
Octal 227 116 52 0 60 110 51 24 70 46
Binary 10010111 1001110 101010 0 110000 1001000 101001 10100 111000 100110

Color Harmonies of #974E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974E2A

Black with #974E2A

Text Example


Text Example

White with #974E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,78,42); }

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

background-color css

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

 a { background-color: rgb(151,78,42); }

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

border-color css

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

 span { border-color: rgb(151,78,42); }

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