#965244

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

Shades of El Salva #965244

Tints of El Salva #965244

Color information

#965244 (or 0x965244) is unknown color: approx El Salva. HEX triplet: 96, 52 and 44. RGB value is (150,82,68). Sum of RGB (Red+Green+Blue) = 150+82+68=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #965244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965244 is #69ADBB. Grayscale: #646464. Windows color (decimal): -6925756 or 4477590. OLE color: 4477590.

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

Color convert

RGB1508268-
CMYK00.450.550.41
HSL10.24º37.61%42.75%-
HSV(B)10.24º54.67%58.82%-
XYZ16.6412.947.09-
YUV100.74109.53163.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 68 (26.95% from 255) = 22.67%
R=50%
G=27.33%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150826800.450.550.4110.2437.6142.75
Hex96524402D3729a262b
Octal2261221040556751124653
Binary100101101010010100010001011011101111010011010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965244; }

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

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

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

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

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

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

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

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