#995044

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

Shades of El Salva #995044

Tints of El Salva #995044

Color information

#995044 (or 0x995044) is unknown color: approx El Salva. HEX triplet: 99, 50 and 44. RGB value is (153,80,68). Sum of RGB (Red+Green+Blue) = 153+80+68=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #995044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995044 is #66AFBB. Grayscale: #646464. Windows color (decimal): -6729660 or 4477081. OLE color: 4477081.

HSL color Cylindrical-coordinate representation of color #995044: hue angle of 8.47º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995044 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB1538068-
CMYK00.480.560.4
HSL8.47º38.46%43.33%-
HSV(B)8.47º55.56%60%-
XYZ17.0512.937.07-
YUV100.46109.68165.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=50.83%
G=26.58%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153806800.480.560.48.4738.4643.33
Hex99504403038288262b
Octal2311201040607050104653
Binary100110011010000100010001100001110001010001000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995044; }

 p { color: rgb(153,80,68); }

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

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

 a { background-color: rgb(153,80,68); }

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

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

 span { border-color: rgb(153,80,68); }

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