#955546

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

Shades of El Salva #955546

Tints of El Salva #955546

Color information

#955546 (or 0x955546) is unknown color: approx El Salva. HEX triplet: 95, 55 and 46. RGB value is (149,85,70). Sum of RGB (Red+Green+Blue) = 149+85+70=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #955546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955546 is #6AAAB9. Grayscale: #666666. Windows color (decimal): -6990522 or 4609429. OLE color: 4609429.

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

Color convert

RGB1498570-
CMYK00.430.530.42
HSL11.39º36.07%42.94%-
HSV(B)11.39º53.02%58.43%-
XYZ16.7513.337.48-
YUV102.43109.7161.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=49.01%
G=27.96%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149857000.430.530.4211.3936.0742.94
Hex95554602B352Ab242b
Octal2251251060536552134453
Binary100101011010101100011001010111101011010101011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955546; }

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

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

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

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

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

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

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

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