Html Css Color HEX #514E41 Panda

📋 copy color: '#514E41'

red 81 ◦ green 78 ◦ blue 65

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

Shades of Panda #514E41

Tints of Panda #514E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.82%

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

R = 36.16%
G = 34.82%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#514E41 (or 0x514E41) is known color: Panda. HEX triplet: 51, 4E and 41. RGB value is (81,78,65). Sum of RGB (Red+Green+Blue) = 81+78+65=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #514E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E41 is #AEB1BE. Grayscale: #4D4D4D. Windows color (decimal): -11448767 or 4279889. OLE color: 4279889.

HSL color Cylindrical-coordinate representation of color #514E41: hue angle of 48.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 #514E41 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 78 65 -
CMYK 0 0.04 0.20 0.68
HSL 48.75º 0.11% 0.29% -
HSV(B) 48.75º 0.2% 0.32% -
XYZ 7.07 7.58 6.09 -
YUV 77.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 81 78 65 0 0.04 0.20 0.68 48.75 0.11 0.29
Hex 51 4E 41 0 4 14 44 31 B 1D
Octal 121 116 101 0 4 24 104 61 13 35
Binary 1010001 1001110 1000001 0 100 10100 1000100 110001 1011 11101

Color Harmonies of #514E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E41

Black with #514E41

Text Example


Text Example

White with #514E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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