Html Css Color HEX #514641 Paco

📋 copy color: '#514641'

red 81 ◦ green 70 ◦ blue 65

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

Shades of Paco #514641

Tints of Paco #514641

RGB

 RED value IS 81 (32.03% from 255) = 37.5%

 GREEN value IS 70 (27.73% from 255) = 32.41%

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 37.5%
G = 32.41%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#514641 (or 0x514641) is known color: Paco. HEX triplet: 51, 46 and 41. RGB value is (81,70,65). Sum of RGB (Red+Green+Blue) = 81+70+65=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514641 is #AEB9BE. Grayscale: #484848. Windows color (decimal): -11450815 or 4277841. OLE color: 4277841.

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

Color convert

RGB 81 70 65 -
CMYK 0 0.14 0.20 0.68
HSL 18.75º 0.11% 0.29% -
HSV(B) 18.75º 0.2% 0.32% -
XYZ 6.54 6.51 5.91 -
YUV 72.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 81 70 65 0 0.14 0.20 0.68 18.75 0.11 0.29
Hex 51 46 41 0 E 14 44 13 B 1D
Octal 121 106 101 0 16 24 104 23 13 35
Binary 1010001 1000110 1000001 0 1110 10100 1000100 10011 1011 11101

Color Harmonies of #514641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514641

Black with #514641

Text Example


Text Example

White with #514641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514641; }

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

 H1.HeaderClassName
 {
   color: #514641;
 }
 .AnyTagClassName
 {
   color: #514641;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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