#995041

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

Shades of El Salva #995041

Tints of El Salva #995041

Color information

#995041 (or 0x995041) is unknown color: approx El Salva. HEX triplet: 99, 50 and 41. RGB value is (153,80,65). Sum of RGB (Red+Green+Blue) = 153+80+65=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #995041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995041 is #66AFBE. Grayscale: #646464. Windows color (decimal): -6729663 or 4280473. OLE color: 4280473.

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

Color convert

RGB1538065-
CMYK00.480.580.4
HSL10.23º40.37%42.75%-
HSV(B)10.23º57.52%60%-
XYZ16.9612.896.6-
YUV100.12108.18165.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=51.34%
G=26.85%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153806500.480.580.410.2340.3742.75
Hex9950410303A28a282b
Octal2311201010607250125053
Binary100110011010000100000101100001110101010001010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995041; }

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

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

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

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

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

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

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

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