#954B42

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

Shades of El Salva #954B42

Tints of El Salva #954B42

Color information

#954B42 (or 0x954B42) is unknown color: approx El Salva. HEX triplet: 95, 4B and 42. RGB value is (149,75,66). Sum of RGB (Red+Green+Blue) = 149+75+66=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #954B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B42 is #6AB4BD. Grayscale: #606060. Windows color (decimal): -6993086 or 4344725. OLE color: 4344725.

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

Color convert

RGB1497566-
CMYK00.500.560.42
HSL6.51º38.6%42.16%-
HSV(B)6.51º55.7%58.43%-
XYZ15.8911.826.6-
YUV96.1111.02165.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=51.38%
G=25.86%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149756600.500.560.426.5138.642.16
Hex954B42032382A7272a
Octal225113102062705274752
Binary10010101100101110000100110010111000101010111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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