Html Css Color HEX #974B25 Alert Tan

📋 copy color: '#974B25'

red 151 ◦ green 75 ◦ blue 37

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

Shades of Alert Tan #974B25

Tints of Alert Tan #974B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 57.41%
G = 28.52%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#974B25 (or 0x974B25) is known color: Alert Tan. HEX triplet: 97, 4B and 25. RGB value is (151,75,37). Sum of RGB (Red+Green+Blue) = 151+75+37=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #974B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B25 is #68B4DA. Grayscale: #5D5D5D. Windows color (decimal): -6862043 or 2444183. OLE color: 2444183.

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

Color convert

RGB 151 75 37 -
CMYK 0 0.50 0.75 0.41
HSL 20º 0.61% 0.37% -
HSV(B) 20º 0.75% 0.59% -
XYZ 15.61 11.75 3.19 -
YUV 93.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 151 75 37 0 0.50 0.75 0.41 20 0.61 0.37
Hex 97 4B 25 0 32 4B 29 14 3D 25
Octal 227 113 45 0 62 113 51 24 75 45
Binary 10010111 1001011 100101 0 110010 1001011 101001 10100 111101 100101

Color Harmonies of #974B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974B25

Black with #974B25

Text Example


Text Example

White with #974B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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