#995242

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

Shades of El Salva #995242

Tints of El Salva #995242

Color information

#995242 (or 0x995242) is unknown color: approx El Salva. HEX triplet: 99, 52 and 42. RGB value is (153,82,66). Sum of RGB (Red+Green+Blue) = 153+82+66=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #995242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995242 is #66ADBD. Grayscale: #656565. Windows color (decimal): -6729150 or 4346521. OLE color: 4346521.

HSL color Cylindrical-coordinate representation of color #995242: hue angle of 11.03º degrees, saturation: 0.4, 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 #995242 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB1538266-
CMYK00.460.570.4
HSL11.03º39.73%42.94%-
HSV(B)11.03º56.86%60%-
XYZ17.1413.26.8-
YUV101.4108.02164.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=50.83%
G=27.24%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153826600.460.570.411.0339.7342.94
Hex99524202E3928b282b
Octal2311221020567150135053
Binary100110011010010100001001011101110011010001011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995242; }

 p { color: rgb(153,82,66); }

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

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

 a { background-color: rgb(153,82,66); }

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

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

 span { border-color: rgb(153,82,66); }

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