Html Css Color HEX #974B2E Alert Tan

📋 copy color: '#974B2E'

red 151 ◦ green 75 ◦ blue 46

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

Shades of Alert Tan #974B2E

Tints of Alert Tan #974B2E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.57%

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

R = 55.51%
G = 27.57%
B = 16.91%

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

#974B2E (or 0x974B2E) is known color: Alert Tan. HEX triplet: 97, 4B and 2E. RGB value is (151,75,46). Sum of RGB (Red+Green+Blue) = 151+75+46=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #974B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B2E is #68B4D1. Grayscale: #5E5E5E. Windows color (decimal): -6862034 or 3034007. OLE color: 3034007.

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

Color convert

RGB 151 75 46 -
CMYK 0 0.50 0.70 0.41
HSL 16.57º 0.53% 0.39% -
HSV(B) 16.57º 0.7% 0.59% -
XYZ 15.77 11.81 4.03 -
YUV 94.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 151 75 46 0 0.50 0.70 0.41 16.57 0.53 0.39
Hex 97 4B 2E 0 32 46 29 11 35 27
Octal 227 113 56 0 62 106 51 21 65 47
Binary 10010111 1001011 101110 0 110010 1000110 101001 10001 110101 100111

Color Harmonies of #974B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974B2E

Black with #974B2E

Text Example


Text Example

White with #974B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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