Html Css Color HEX #974F40 El Salva

📋 copy color: '#974F40'

red 151 ◦ green 79 ◦ blue 64

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

Shades of El Salva #974F40

Tints of El Salva #974F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 51.36%
G = 26.87%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#974F40 (or 0x974F40) is known color: El Salva. HEX triplet: 97, 4F and 40. RGB value is (151,79,64). Sum of RGB (Red+Green+Blue) = 151+79+64=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #974F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F40 is #68B0BF. Grayscale: #626262. Windows color (decimal): -6860992 or 4214679. OLE color: 4214679.

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

Color convert

RGB 151 79 64 -
CMYK 0 0.48 0.58 0.41
HSL 10.34º 0.4% 0.42% -
HSV(B) 10.34º 0.58% 0.59% -
XYZ 16.48 12.54 6.4 -
YUV 98.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 151 79 64 0 0.48 0.58 0.41 10.34 0.4 0.42
Hex 97 4F 40 0 30 3A 29 A 28 2A
Octal 227 117 100 0 60 72 51 12 50 52
Binary 10010111 1001111 1000000 0 110000 111010 101001 1010 101000 101010

Color Harmonies of #974F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F40

Black with #974F40

Text Example


Text Example

White with #974F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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