#514642

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

Shades of Paco #514642

Tints of Paco #514642

Color information

#514642 (or 0x514642) is unknown color: approx Paco. HEX triplet: 51, 46 and 42. RGB value is (81,70,66). Sum of RGB (Red+Green+Blue) = 81+70+66=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514642 is #AEB9BD. Grayscale: #484848. Windows color (decimal): -11450814 or 4343377. OLE color: 4343377.

HSL color Cylindrical-coordinate representation of color #514642: hue angle of 16º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514642 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB817066-
CMYK00.140.190.68
HSL16º10.2%28.82%-
HSV(B)16º18.52%31.76%-
XYZ6.576.526.07-
YUV72.83124.14133.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=37.33%
G=32.26%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81706600.140.190.681610.228.82
Hex5146420E134410a1d
Octal12110610201623104201235
Binary1010001100011010000100111010011100010010000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514642; }

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

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

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

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

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

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

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

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