#965045

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

Shades of El Salva #965045

Tints of El Salva #965045

Color information

#965045 (or 0x965045) is unknown color: approx El Salva. HEX triplet: 96, 50 and 45. RGB value is (150,80,69). Sum of RGB (Red+Green+Blue) = 150+80+69=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965045 is #69AFBA. Grayscale: #636363. Windows color (decimal): -6926267 or 4542614. OLE color: 4542614.

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

Color convert

RGB1508069-
CMYK00.470.540.41
HSL8.15º36.99%42.94%-
HSV(B)8.15º54%58.82%-
XYZ16.5212.657.2-
YUV99.68110.69163.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=50.17%
G=26.76%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150806900.470.540.418.1536.9942.94
Hex96504502F36298252b
Octal2261201050576651104553
Binary100101101010000100010101011111101101010011000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965045; }

 p { color: rgb(150,80,69); }

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

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

 a { background-color: rgb(150,80,69); }

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

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

 span { border-color: rgb(150,80,69); }

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