#965241

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

Shades of El Salva #965241

Tints of El Salva #965241

Color information

#965241 (or 0x965241) is unknown color: approx El Salva. HEX triplet: 96, 52 and 41. RGB value is (150,82,65). Sum of RGB (Red+Green+Blue) = 150+82+65=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #965241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965241 is #69ADBE. Grayscale: #646464. Windows color (decimal): -6925759 or 4280982. OLE color: 4280982.

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

Color convert

RGB1508265-
CMYK00.450.570.41
HSL12º39.53%42.16%-
HSV(B)12º56.67%58.82%-
XYZ16.5512.96.62-
YUV100.39108.03163.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=50.51%
G=27.61%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150826500.450.570.411239.5342.16
Hex96524102D3929c282a
Octal2261221010557151145052
Binary100101101010010100000101011011110011010011100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965241; }

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

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

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

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

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

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

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

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