Html Css Color HEX #915048 El Salva

📋 copy color: '#915048'

red 145 ◦ green 80 ◦ blue 72

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

Shades of El Salva #915048

Tints of El Salva #915048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 48.82%
G = 26.94%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#915048 (or 0x915048) is known color: El Salva. HEX triplet: 91, 50 and 48. RGB value is (145,80,72). Sum of RGB (Red+Green+Blue) = 145+80+72=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #915048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915048 is #6EAFB7. Grayscale: #626262. Windows color (decimal): -7253944 or 4739217. OLE color: 4739217.

HSL color Cylindrical-coordinate representation of color #915048: hue angle of 6.58º degrees, saturation: 0.34, 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 #915048 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 80 72 -
CMYK 0 0.45 0.50 0.43
HSL 6.58º 0.34% 0.43% -
HSV(B) 6.58º 0.5% 0.57% -
XYZ 15.72 12.22 7.66 -
YUV 98.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 145 80 72 0 0.45 0.50 0.43 6.58 0.34 0.43
Hex 91 50 48 0 2D 32 2B 7 22 2B
Octal 221 120 110 0 55 62 53 7 42 53
Binary 10010001 1010000 1001000 0 101101 110010 101011 111 100010 101011

Color Harmonies of #915048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915048

Black with #915048

Text Example


Text Example

White with #915048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915048; }

 p { color: rgb(145,80,72); }

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

background-color css

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

 a { background-color: rgb(145,80,72); }

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

border-color css

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

 span { border-color: rgb(145,80,72); }

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