#513B2F

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

Shades of Paco #513B2F

Tints of Paco #513B2F

Color information

#513B2F (or 0x513B2F) is unknown color: approx Paco. HEX triplet: 51, 3B and 2F. RGB value is (81,59,47). Sum of RGB (Red+Green+Blue) = 81+59+47=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B2F is #AEC4D0. Grayscale: #404040. Windows color (decimal): -11453649 or 3095377. OLE color: 3095377.

HSL color Cylindrical-coordinate representation of color #513B2F: hue angle of 21.18º 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 #513B2F is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB815947-
CMYK00.270.420.68
HSL21.18º26.56%25.1%-
HSV(B)21.18º41.98%31.76%-
XYZ5.475.083.38-
YUV64.21118.29139.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=43.32%
G=31.55%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81594700.270.420.6821.1826.5625.1
Hex513B2F01B2A44151b19
Octal121735703352104253331
Binary10100011110111011110110111010101000100101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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