Html Css Color HEX #975140 El Salva

📋 copy color: '#975140'

red 151 ◦ green 81 ◦ blue 64

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

Shades of El Salva #975140

Tints of El Salva #975140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.36%

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

R = 51.01%
G = 27.36%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#975140 (or 0x975140) is known color: El Salva. HEX triplet: 97, 51 and 40. RGB value is (151,81,64). Sum of RGB (Red+Green+Blue) = 151+81+64=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #975140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975140 is #68AEBF. Grayscale: #646464. Windows color (decimal): -6860480 or 4215191. OLE color: 4215191.

HSL color Cylindrical-coordinate representation of color #975140: hue angle of 11.72º 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 #975140 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 81 64 -
CMYK 0 0.46 0.58 0.41
HSL 11.72º 0.4% 0.42% -
HSV(B) 11.72º 0.58% 0.59% -
XYZ 16.63 12.83 6.45 -
YUV 99.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 151 81 64 0 0.46 0.58 0.41 11.72 0.4 0.42
Hex 97 51 40 0 2E 3A 29 C 28 2A
Octal 227 121 100 0 56 72 51 14 50 52
Binary 10010111 1010001 1000000 0 101110 111010 101001 1100 101000 101010

Color Harmonies of #975140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975140

Black with #975140

Text Example


Text Example

White with #975140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975140; }

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

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

background-color css

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

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

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

border-color css

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

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

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