#955146

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

Shades of El Salva #955146

Tints of El Salva #955146

Color information

#955146 (or 0x955146) is unknown color: approx El Salva. HEX triplet: 95, 51 and 46. RGB value is (149,81,70). Sum of RGB (Red+Green+Blue) = 149+81+70=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #955146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955146 is #6AAEB9. Grayscale: #646464. Windows color (decimal): -6991546 or 4608405. OLE color: 4608405.

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

Color convert

RGB1498170-
CMYK00.460.530.42
HSL8.35º36.07%42.94%-
HSV(B)8.35º53.02%58.43%-
XYZ16.4412.727.38-
YUV100.08111.03162.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=49.67%
G=27%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149817000.460.530.428.3536.0742.94
Hex95514602E352A8242b
Octal2251211060566552104453
Binary100101011010001100011001011101101011010101000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955146; }

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

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

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

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

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

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

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

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