#955142

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

Shades of El Salva #955142

Tints of El Salva #955142

Color information

#955142 (or 0x955142) is unknown color: approx El Salva. HEX triplet: 95, 51 and 42. RGB value is (149,81,66). Sum of RGB (Red+Green+Blue) = 149+81+66=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #955142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955142 is #6AAEBD. Grayscale: #636363. Windows color (decimal): -6991550 or 4346261. OLE color: 4346261.

HSL color Cylindrical-coordinate representation of color #955142: hue angle of 10.84º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955142 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1498166-
CMYK00.460.560.42
HSL10.84º38.6%42.16%-
HSV(B)10.84º55.7%58.43%-
XYZ16.3212.676.74-
YUV99.62109.03163.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=50.34%
G=27.36%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149816600.460.560.4210.8438.642.16
Hex95514202E382Ab272a
Octal2251211020567052134752
Binary100101011010001100001001011101110001010101011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955142; }

 p { color: rgb(149,81,66); }

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

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

 a { background-color: rgb(149,81,66); }

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

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

 span { border-color: rgb(149,81,66); }

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