#955342

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

Shades of El Salva #955342

Tints of El Salva #955342

Color information

#955342 (or 0x955342) is unknown color: approx El Salva. HEX triplet: 95, 53 and 42. RGB value is (149,83,66). Sum of RGB (Red+Green+Blue) = 149+83+66=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #955342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955342 is #6AACBD. Grayscale: #646464. Windows color (decimal): -6991038 or 4346773. OLE color: 4346773.

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

Color convert

RGB1498366-
CMYK00.440.560.42
HSL12.29º38.6%42.16%-
HSV(B)12.29º55.7%58.43%-
XYZ16.4712.976.79-
YUV100.8108.37162.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=50%
G=27.85%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149836600.440.560.4212.2938.642.16
Hex95534202C382Ac272a
Octal2251231020547052144752
Binary100101011010011100001001011001110001010101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955342; }

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

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

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

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

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

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

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

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