#985342

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

Shades of El Salva #985342

Tints of El Salva #985342

Color information

#985342 (or 0x985342) is unknown color: approx El Salva. HEX triplet: 98, 53 and 42. RGB value is (152,83,66). Sum of RGB (Red+Green+Blue) = 152+83+66=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #985342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985342 is #67ACBD. Grayscale: #656565. Windows color (decimal): -6794430 or 4346776. OLE color: 4346776.

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

Color convert

RGB1528366-
CMYK00.450.570.40
HSL11.86º39.45%42.75%-
HSV(B)11.86º56.58%59.61%-
XYZ17.0313.266.82-
YUV101.69107.86163.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=50.50%
G=27.57%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152836600.450.570.4011.8639.4542.75
Hex98534202D3928c272b
Octal2301231020557150144753
Binary100110001010011100001001011011110011010001100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985342; }

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

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

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

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

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

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

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

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