#95503F

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

Shades of El Salva #95503F

Tints of El Salva #95503F

Color information

#95503F (or 0x95503F) is unknown color: approx El Salva. HEX triplet: 95, 50 and 3F. RGB value is (149,80,63). Sum of RGB (Red+Green+Blue) = 149+80+63=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95503F is #6AAFC0. Grayscale: #626262. Windows color (decimal): -6991809 or 4149397. OLE color: 4149397.

HSL color Cylindrical-coordinate representation of color #95503F: hue angle of 11.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95503F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1498063-
CMYK00.460.580.42
HSL11.86º40.57%41.57%-
HSV(B)11.86º57.72%58.43%-
XYZ16.1612.496.26-
YUV98.69107.86163.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 63 (25% from 255) = 21.58%
R=51.03%
G=27.40%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149806300.460.580.4211.8640.5741.57
Hex95503F02E3A2Ac292a
Octal225120770567252145152
Binary10010101101000011111101011101110101010101100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95503F; }

 p { color: rgb(149,80,63); }

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

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

 a { background-color: rgb(149,80,63); }

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

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

 span { border-color: rgb(149,80,63); }

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