#514640

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

Shades of Paco #514640

Tints of Paco #514640

Color information

#514640 (or 0x514640) is unknown color: approx Paco. HEX triplet: 51, 46 and 40. RGB value is (81,70,64). Sum of RGB (Red+Green+Blue) = 81+70+64=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #514640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514640 is #AEB9BF. Grayscale: #484848. Windows color (decimal): -11450816 or 4212305. OLE color: 4212305.

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

Color convert

RGB817064-
CMYK00.140.210.68
HSL21.18º11.72%28.43%-
HSV(B)21.18º20.99%31.76%-
XYZ6.516.55.76-
YUV72.6123.14133.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=37.67%
G=32.56%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81706400.140.210.6821.1811.7228.43
Hex5146400E154415c1c
Octal12110610001625104251434
Binary1010001100011010000000111010101100010010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514640; }

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

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

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

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

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

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

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

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