#954E41

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

Shades of El Salva #954E41

Tints of El Salva #954E41

Color information

#954E41 (or 0x954E41) is unknown color: approx El Salva. HEX triplet: 95, 4E and 41. RGB value is (149,78,65). Sum of RGB (Red+Green+Blue) = 149+78+65=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #954E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E41 is #6AB1BE. Grayscale: #616161. Windows color (decimal): -6992319 or 4279957. OLE color: 4279957.

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

Color convert

RGB1497865-
CMYK00.480.560.42
HSL9.29º39.25%41.96%-
HSV(B)9.29º56.38%58.43%-
XYZ16.0712.226.51-
YUV97.75109.52164.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=51.03%
G=26.71%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149786500.480.560.429.2939.2541.96
Hex954E41030382A9272a
Octal2251161010607052114752
Binary100101011001110100000101100001110001010101001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954E41; }

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

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

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

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

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

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

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

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