#95513F

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

Shades of El Salva #95513F

Tints of El Salva #95513F

Color information

#95513F (or 0x95513F) is unknown color: approx El Salva. HEX triplet: 95, 51 and 3F. RGB value is (149,81,63). Sum of RGB (Red+Green+Blue) = 149+81+63=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95513F is #6AAEC0. Grayscale: #636363. Windows color (decimal): -6991553 or 4149653. OLE color: 4149653.

HSL color Cylindrical-coordinate representation of color #95513F: hue angle of 12.56º 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 #95513F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1498163-
CMYK00.460.580.42
HSL12.56º40.57%41.57%-
HSV(B)12.56º57.72%58.43%-
XYZ16.2312.636.29-
YUV99.28107.53163.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 63 (25% from 255) = 21.50%
R=50.85%
G=27.65%
B=21.50%

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
Decimal149816300.460.580.4212.5640.5741.57
Hex95513F02E3A2Ad292a
Octal225121770567252155152
Binary10010101101000111111101011101110101010101101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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