#985042

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

Shades of El Salva #985042

Tints of El Salva #985042

Color information

#985042 (or 0x985042) is unknown color: approx El Salva. HEX triplet: 98, 50 and 42. RGB value is (152,80,66). Sum of RGB (Red+Green+Blue) = 152+80+66=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #985042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985042 is #67AFBD. Grayscale: #646464. Windows color (decimal): -6795198 or 4346008. OLE color: 4346008.

HSL color Cylindrical-coordinate representation of color #985042: hue angle of 9.77º 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 #985042 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1528066-
CMYK00.470.570.40
HSL9.77º39.45%42.75%-
HSV(B)9.77º56.58%59.61%-
XYZ16.812.816.74-
YUV99.93108.85165.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=51.01%
G=26.85%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152806600.470.570.409.7739.4542.75
Hex98504202F3928a272b
Octal2301201020577150124753
Binary100110001010000100001001011111110011010001010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985042; }

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

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

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

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

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

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

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

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