#513A2F

Color #513A2F Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #513A2F

Tints of Paco #513A2F

Color information

#513A2F (or 0x513A2F) is unknown color: approx Paco. HEX triplet: 51, 3A and 2F. RGB value is (81,58,47). Sum of RGB (Red+Green+Blue) = 81+58+47=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #513A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A2F is #AEC5D0. Grayscale: #3F3F3F. Windows color (decimal): -11453905 or 3095121. OLE color: 3095121.

HSL color Cylindrical-coordinate representation of color #513A2F: hue angle of 19.41º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #513A2F is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB815847-
CMYK00.280.420.68
HSL19.41º26.56%25.1%-
HSV(B)19.41º41.98%31.76%-
XYZ5.424.983.37-
YUV63.62118.62140.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=43.55%
G=31.18%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81584700.280.420.6819.4126.5625.1
Hex513A2F01C2A44131b19
Octal121725703452104233331
Binary10100011110101011110111001010101000100100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513A2F; }

 p { color: rgb(81,58,47); }

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

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

 a { background-color: rgb(81,58,47); }

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

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

 span { border-color: rgb(81,58,47); }

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