#955241

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

Shades of El Salva #955241

Tints of El Salva #955241

Color information

#955241 (or 0x955241) is unknown color: approx El Salva. HEX triplet: 95, 52 and 41. RGB value is (149,82,65). Sum of RGB (Red+Green+Blue) = 149+82+65=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #955241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955241 is #6AADBE. Grayscale: #646464. Windows color (decimal): -6991295 or 4280981. OLE color: 4280981.

HSL color Cylindrical-coordinate representation of color #955241: hue angle of 12.14º 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 #955241 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1498265-
CMYK00.450.560.42
HSL12.14º39.25%41.96%-
HSV(B)12.14º56.38%58.43%-
XYZ16.3712.816.61-
YUV100.1108.2162.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=50.34%
G=27.70%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149826500.450.560.4212.1439.2541.96
Hex95524102D382Ac272a
Octal2251221010557052144752
Binary100101011010010100000101011011110001010101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955241; }

 p { color: rgb(149,82,65); }

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

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

 a { background-color: rgb(149,82,65); }

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

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

 span { border-color: rgb(149,82,65); }

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