#514540

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

Shades of Paco #514540

Tints of Paco #514540

Color information

#514540 (or 0x514540) is unknown color: approx Paco. HEX triplet: 51, 45 and 40. RGB value is (81,69,64). Sum of RGB (Red+Green+Blue) = 81+69+64=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #514540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514540 is #AEBABF. Grayscale: #484848. Windows color (decimal): -11451072 or 4212049. OLE color: 4212049.

HSL color Cylindrical-coordinate representation of color #514540: hue angle of 17.65º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514540 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB816964-
CMYK00.150.210.68
HSL17.65º11.72%28.43%-
HSV(B)17.65º20.99%31.76%-
XYZ6.456.385.74-
YUV72.02123.48134.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=37.85%
G=32.24%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81696400.150.210.6817.6511.7228.43
Hex5145400F154412c1c
Octal12110510001725104221434
Binary1010001100010110000000111110101100010010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514540; }

 p { color: rgb(81,69,64); }

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

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

 a { background-color: rgb(81,69,64); }

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

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

 span { border-color: rgb(81,69,64); }

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