#954E44

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

Shades of El Salva #954E44

Tints of El Salva #954E44

Color information

#954E44 (or 0x954E44) is unknown color: approx El Salva. HEX triplet: 95, 4E and 44. RGB value is (149,78,68). Sum of RGB (Red+Green+Blue) = 149+78+68=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #954E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E44 is #6AB1BB. Grayscale: #626262. Windows color (decimal): -6992316 or 4476565. OLE color: 4476565.

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

Color convert

RGB1497868-
CMYK00.480.540.42
HSL7.41º37.33%42.55%-
HSV(B)7.41º54.36%58.43%-
XYZ16.1612.266.98-
YUV98.09111.02164.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=50.51%
G=26.44%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149786800.480.540.427.4137.3342.55
Hex954E44030362A7252b
Octal225116104060665274553
Binary10010101100111010001000110000110110101010111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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