#995141

Color #995141 El Salva (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Salva #995141

Tints of El Salva #995141

Color information

#995141 (or 0x995141) is unknown color: approx El Salva. HEX triplet: 99, 51 and 41. RGB value is (153,81,65). Sum of RGB (Red+Green+Blue) = 153+81+65=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #995141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995141 is #66AEBE. Grayscale: #646464. Windows color (decimal): -6729407 or 4280729. OLE color: 4280729.

HSL color Cylindrical-coordinate representation of color #995141: hue angle of 10.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995141 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1538165-
CMYK00.470.580.4
HSL10.91º40.37%42.75%-
HSV(B)10.91º57.52%60%-
XYZ17.0313.046.62-
YUV100.7107.85165.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=51.17%
G=27.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153816500.470.580.410.9140.3742.75
Hex99514102F3A28b282b
Octal2311211010577250135053
Binary100110011010001100000101011111110101010001011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995141; }

 p { color: rgb(153,81,65); }

 H1.HeaderClassName
 {
   color: #995141;
 }
 .AnyTagClassName
 {
   color: #995141;
 }
</style>
background-color css

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

 a { background-color: rgb(153,81,65); }

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

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

 span { border-color: rgb(153,81,65); }

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