Html Css Color HEX #915249 El Salva

📋 copy color: '#915249'

red 145 ◦ green 82 ◦ blue 73

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

Shades of El Salva #915249

Tints of El Salva #915249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 48.33%
G = 27.33%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#915249 (or 0x915249) is known color: El Salva. HEX triplet: 91, 52 and 49. RGB value is (145,82,73). Sum of RGB (Red+Green+Blue) = 145+82+73=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #915249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915249 is #6EADB6. Grayscale: #636363. Windows color (decimal): -7253431 or 4805265. OLE color: 4805265.

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

Color convert

RGB 145 82 73 -
CMYK 0 0.43 0.50 0.43
HSL 7.5º 0.33% 0.43% -
HSV(B) 7.5º 0.5% 0.57% -
XYZ 15.9 12.54 7.89 -
YUV 99.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 145 82 73 0 0.43 0.50 0.43 7.5 0.33 0.43
Hex 91 52 49 0 2B 32 2B 8 21 2B
Octal 221 122 111 0 53 62 53 10 41 53
Binary 10010001 1010010 1001001 0 101011 110010 101011 1000 100001 101011

Color Harmonies of #915249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915249

Black with #915249

Text Example


Text Example

White with #915249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915249; }

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

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

background-color css

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

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

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

border-color css

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

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

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