#51463F

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

Shades of Paco #51463F

Tints of Paco #51463F

Color information

#51463F (or 0x51463F) is unknown color: approx Paco. HEX triplet: 51, 46 and 3F. RGB value is (81,70,63). Sum of RGB (Red+Green+Blue) = 81+70+63=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #51463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51463F is #AEB9C0. Grayscale: #484848. Windows color (decimal): -11450817 or 4146769. OLE color: 4146769.

HSL color Cylindrical-coordinate representation of color #51463F: hue angle of 23.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #51463F is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB817063-
CMYK00.140.220.68
HSL23.33º12.5%28.24%-
HSV(B)23.33º22.22%31.76%-
XYZ6.486.495.61-
YUV72.49122.64134.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 63 (25% from 255) = 29.44%
R=37.85%
G=32.71%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81706300.140.220.6823.3312.528.24
Hex51463F0E164417d1c
Octal1211067701626104271534
Binary101000110001101111110111010110100010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51463F; }

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

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

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

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

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

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

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

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