Html Css Color HEX #514640 Paco

📋 copy color: '#514640'

red 81 ◦ green 70 ◦ blue 64

#514640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paco #514640

Tints of Paco #514640

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 value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#514640 (or 0x514640) is known color: 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

RGB 81 70 64 -
CMYK 0 0.14 0.21 0.68
HSL 21.18º 0.12% 0.28% -
HSV(B) 21.18º 0.21% 0.32% -
XYZ 6.51 6.5 5.76 -
YUV 72.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 81 70 64 0 0.14 0.21 0.68 21.18 0.12 0.28
Hex 51 46 40 0 E 15 44 15 C 1C
Octal 121 106 100 0 16 25 104 25 14 34
Binary 1010001 1000110 1000000 0 1110 10101 1000100 10101 1100 11100

Color Harmonies of #514640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514640

Black with #514640

Text Example


Text Example

White with #514640

Text Example


Text Example

HTML Codes & Css Web 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>