#955145

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

Shades of El Salva #955145

Tints of El Salva #955145

Color information

#955145 (or 0x955145) is unknown color: approx El Salva. HEX triplet: 95, 51 and 45. RGB value is (149,81,69). Sum of RGB (Red+Green+Blue) = 149+81+69=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #955145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955145 is #6AAEBA. Grayscale: #646464. Windows color (decimal): -6991547 or 4542869. OLE color: 4542869.

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

Color convert

RGB1498169-
CMYK00.460.540.42
HSL36.7%42.75%-
HSV(B)53.69%58.43%-
XYZ16.4112.77.22-
YUV99.96110.53162.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=49.83%
G=27.09%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149816900.460.540.42936.742.75
Hex95514502E362A9252b
Octal2251211050566652114553
Binary100101011010001100010101011101101101010101001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955145; }

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

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

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

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

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

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

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

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