Html Css Color HEX #915247 El Salva

📋 copy color: '#915247'

red 145 ◦ green 82 ◦ blue 71

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

Shades of El Salva #915247

Tints of El Salva #915247

RGB

 RED value IS 145 (57.03% from 255) = 48.66%

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

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 48.66%
G = 27.52%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#915247 (or 0x915247) is known color: El Salva. HEX triplet: 91, 52 and 47. RGB value is (145,82,71). Sum of RGB (Red+Green+Blue) = 145+82+71=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #915247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915247 is #6EADB8. Grayscale: #636363. Windows color (decimal): -7253433 or 4674193. OLE color: 4674193.

HSL color Cylindrical-coordinate representation of color #915247: hue angle of 8.92º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #915247 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 82 71 -
CMYK 0 0.43 0.51 0.43
HSL 8.92º 0.34% 0.42% -
HSV(B) 8.92º 0.51% 0.57% -
XYZ 15.83 12.51 7.54 -
YUV 99.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 145 82 71 0 0.43 0.51 0.43 8.92 0.34 0.42
Hex 91 52 47 0 2B 33 2B 9 22 2A
Octal 221 122 107 0 53 63 53 11 42 52
Binary 10010001 1010010 1000111 0 101011 110011 101011 1001 100010 101010

Color Harmonies of #915247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915247

Black with #915247

Text Example


Text Example

White with #915247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915247; }

 p { color: rgb(145,82,71); }

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

background-color css

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

 a { background-color: rgb(145,82,71); }

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

border-color css

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

 span { border-color: rgb(145,82,71); }

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