#95513E

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

Shades of El Salva #95513E

Tints of El Salva #95513E

Color information

#95513E (or 0x95513E) is unknown color: approx El Salva. HEX triplet: 95, 51 and 3E. RGB value is (149,81,62). Sum of RGB (Red+Green+Blue) = 149+81+62=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95513E is #6AAEC1. Grayscale: #636363. Windows color (decimal): -6991554 or 4084117. OLE color: 4084117.

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

Color convert

RGB1498162-
CMYK00.460.580.42
HSL13.1º41.23%41.37%-
HSV(B)13.1º58.39%58.43%-
XYZ16.2112.626.14-
YUV99.17107.03163.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=51.03%
G=27.74%
B=21.23%

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
Decimal149816200.460.580.4213.141.2341.37
Hex95513E02E3A2Ad2929
Octal225121760567252155151
Binary10010101101000111111001011101110101010101101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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