Html Css Color HEX #975041 El Salva

📋 copy color: '#975041'

red 151 ◦ green 80 ◦ blue 65

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

Shades of El Salva #975041

Tints of El Salva #975041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 51.01%
G = 27.03%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#975041 (or 0x975041) is known color: El Salva. HEX triplet: 97, 50 and 41. RGB value is (151,80,65). Sum of RGB (Red+Green+Blue) = 151+80+65=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #975041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975041 is #68AFBE. Grayscale: #636363. Windows color (decimal): -6860735 or 4280471. OLE color: 4280471.

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

Color convert

RGB 151 80 65 -
CMYK 0 0.47 0.57 0.41
HSL 10.47º 0.4% 0.42% -
HSV(B) 10.47º 0.57% 0.59% -
XYZ 16.59 12.7 6.58 -
YUV 99.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 151 80 65 0 0.47 0.57 0.41 10.47 0.4 0.42
Hex 97 50 41 0 2F 39 29 A 28 2A
Octal 227 120 101 0 57 71 51 12 50 52
Binary 10010111 1010000 1000001 0 101111 111001 101001 1010 101000 101010

Color Harmonies of #975041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975041

Black with #975041

Text Example


Text Example

White with #975041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975041; }

 p { color: rgb(151,80,65); }

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

background-color css

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

 a { background-color: rgb(151,80,65); }

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

border-color css

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

 span { border-color: rgb(151,80,65); }

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