Html Css Color HEX #975240 El Salva

📋 copy color: '#975240'

red 151 ◦ green 82 ◦ blue 64

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

Shades of El Salva #975240

Tints of El Salva #975240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 50.84%
G = 27.61%
B = 21.55%

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

#975240 (or 0x975240) is known color: El Salva. HEX triplet: 97, 52 and 40. RGB value is (151,82,64). Sum of RGB (Red+Green+Blue) = 151+82+64=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #975240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975240 is #68ADBF. Grayscale: #646464. Windows color (decimal): -6860224 or 4215447. OLE color: 4215447.

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

Color convert

RGB 151 82 64 -
CMYK 0 0.46 0.58 0.41
HSL 12.41º 0.4% 0.42% -
HSV(B) 12.41º 0.58% 0.59% -
XYZ 16.71 12.98 6.48 -
YUV 100.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 151 82 64 0 0.46 0.58 0.41 12.41 0.4 0.42
Hex 97 52 40 0 2E 3A 29 C 28 2A
Octal 227 122 100 0 56 72 51 14 50 52
Binary 10010111 1010010 1000000 0 101110 111010 101001 1100 101000 101010

Color Harmonies of #975240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975240

Black with #975240

Text Example


Text Example

White with #975240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975240; }

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

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

background-color css

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

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

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

border-color css

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

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

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