#984E42

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

Shades of El Salva #984E42

Tints of El Salva #984E42

Color information

#984E42 (or 0x984E42) is unknown color: approx El Salva. HEX triplet: 98, 4E and 42. RGB value is (152,78,66). Sum of RGB (Red+Green+Blue) = 152+78+66=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #984E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984E42 is #67B1BD. Grayscale: #626262. Windows color (decimal): -6795710 or 4345496. OLE color: 4345496.

HSL color Cylindrical-coordinate representation of color #984E42: hue angle of 8.37º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984E42 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1527866-
CMYK00.490.570.40
HSL8.37º39.45%42.75%-
HSV(B)8.37º56.58%59.61%-
XYZ16.6612.526.69-
YUV98.76109.52165.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=51.35%
G=26.35%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152786600.490.570.408.3739.4542.75
Hex984E4203139288272b
Octal2301161020617150104753
Binary100110001001110100001001100011110011010001000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984E42; }

 p { color: rgb(152,78,66); }

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

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

 a { background-color: rgb(152,78,66); }

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

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

 span { border-color: rgb(152,78,66); }

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