#985144

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

Shades of El Salva #985144

Tints of El Salva #985144

Color information

#985144 (or 0x985144) is unknown color: approx El Salva. HEX triplet: 98, 51 and 44. RGB value is (152,81,68). Sum of RGB (Red+Green+Blue) = 152+81+68=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #985144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985144 is #67AEBB. Grayscale: #646464. Windows color (decimal): -6794940 or 4477336. OLE color: 4477336.

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

Color convert

RGB1528168-
CMYK00.470.550.40
HSL9.29º38.18%43.14%-
HSV(B)9.29º55.26%59.61%-
XYZ16.9312.987.08-
YUV100.75109.52164.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=50.50%
G=26.91%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152816800.470.550.409.2938.1843.14
Hex98514402F37289262b
Octal2301211040576750114653
Binary100110001010001100010001011111101111010001001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985144; }

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

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

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

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

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

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

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

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