#93513F

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

Shades of El Salva #93513F

Tints of El Salva #93513F

Color information

#93513F (or 0x93513F) is unknown color: approx El Salva. HEX triplet: 93, 51 and 3F. RGB value is (147,81,63). Sum of RGB (Red+Green+Blue) = 147+81+63=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93513F is #6CAEC0. Grayscale: #626262. Windows color (decimal): -7122625 or 4149651. OLE color: 4149651.

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

Color convert

RGB1478163-
CMYK00.450.570.42
HSL12.86º40%41.18%-
HSV(B)12.86º57.14%57.65%-
XYZ15.8712.456.27-
YUV98.68107.87162.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.52%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 63 (25% from 255) = 21.65%
R=50.52%
G=27.84%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147816300.450.570.4212.864041.18
Hex93513F02D392Ad2829
Octal223121770557152155051
Binary10010011101000111111101011011110011010101101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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