#985244

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

Shades of El Salva #985244

Tints of El Salva #985244

Color information

#985244 (or 0x985244) is unknown color: approx El Salva. HEX triplet: 98, 52 and 44. RGB value is (152,82,68). Sum of RGB (Red+Green+Blue) = 152+82+68=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #985244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985244 is #67ADBB. Grayscale: #656565. Windows color (decimal): -6794684 or 4477592. OLE color: 4477592.

HSL color Cylindrical-coordinate representation of color #985244: hue angle of 10º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985244 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB1528268-
CMYK00.460.550.40
HSL10º38.18%43.14%-
HSV(B)10º55.26%59.61%-
XYZ17.0113.137.11-
YUV101.33109.19164.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=50.33%
G=27.15%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152826800.460.550.401038.1843.14
Hex98524402E3728a262b
Octal2301221040566750124653
Binary100110001010010100010001011101101111010001010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985244; }

 p { color: rgb(152,82,68); }

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

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

 a { background-color: rgb(152,82,68); }

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

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

 span { border-color: rgb(152,82,68); }

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