Html Css Color HEX #974F32 Alert Tan

📋 copy color: '#974F32'

red 151 ◦ green 79 ◦ blue 50

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

Shades of Alert Tan #974F32

Tints of Alert Tan #974F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.21%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 53.93%
G = 28.21%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#974F32 (or 0x974F32) is known color: Alert Tan. HEX triplet: 97, 4F and 32. RGB value is (151,79,50). Sum of RGB (Red+Green+Blue) = 151+79+50=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #974F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F32 is #68B0CD. Grayscale: #616161. Windows color (decimal): -6861006 or 3297175. OLE color: 3297175.

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

Color convert

RGB 151 79 50 -
CMYK 0 0.48 0.67 0.41
HSL 17.23º 0.5% 0.39% -
HSV(B) 17.23º 0.67% 0.59% -
XYZ 16.13 12.4 4.56 -
YUV 97.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 151 79 50 0 0.48 0.67 0.41 17.23 0.5 0.39
Hex 97 4F 32 0 30 43 29 11 32 27
Octal 227 117 62 0 60 103 51 21 62 47
Binary 10010111 1001111 110010 0 110000 1000011 101001 10001 110010 100111

Color Harmonies of #974F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F32

Black with #974F32

Text Example


Text Example

White with #974F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,79,50); }

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

background-color css

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

 a { background-color: rgb(151,79,50); }

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

border-color css

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

 span { border-color: rgb(151,79,50); }

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