Html Css Color HEX #974D35 Alert Tan

📋 copy color: '#974D35'

red 151 ◦ green 77 ◦ blue 53

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

Shades of Alert Tan #974D35

Tints of Alert Tan #974D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 53 (21.09% from 255) = 18.86%

R = 53.74%
G = 27.4%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#974D35 (or 0x974D35) is known color: Alert Tan. HEX triplet: 97, 4D and 35. RGB value is (151,77,53). Sum of RGB (Red+Green+Blue) = 151+77+53=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #974D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974D35 is #68B2CA. Grayscale: #606060. Windows color (decimal): -6861515 or 3493271. OLE color: 3493271.

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

Color convert

RGB 151 77 53 -
CMYK 0 0.49 0.65 0.41
HSL 14.69º 0.48% 0.4% -
HSV(B) 14.69º 0.65% 0.59% -
XYZ 16.06 12.14 4.87 -
YUV 96.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 151 77 53 0 0.49 0.65 0.41 14.69 0.48 0.4
Hex 97 4D 35 0 31 41 29 F 30 28
Octal 227 115 65 0 61 101 51 17 60 50
Binary 10010111 1001101 110101 0 110001 1000001 101001 1111 110000 101000

Color Harmonies of #974D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D35

Black with #974D35

Text Example


Text Example

White with #974D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,77,53); }

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

background-color css

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

 a { background-color: rgb(151,77,53); }

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

border-color css

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

 span { border-color: rgb(151,77,53); }

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