Html Css Color HEX #514E3B Panda

📋 copy color: '#514E3B'

red 81 ◦ green 78 ◦ blue 59

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

Shades of Panda #514E3B

Tints of Panda #514E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 37.16%
G = 35.78%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#514E3B (or 0x514E3B) is known color: Panda. HEX triplet: 51, 4E and 3B. RGB value is (81,78,59). Sum of RGB (Red+Green+Blue) = 81+78+59=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E3B is #AEB1C4. Grayscale: #4C4C4C. Windows color (decimal): -11448773 or 3886673. OLE color: 3886673.

HSL color Cylindrical-coordinate representation of color #514E3B: hue angle of 51.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514E3B is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 78 59 -
CMYK 0 0.04 0.27 0.68
HSL 51.82º 0.16% 0.27% -
HSV(B) 51.82º 0.27% 0.32% -
XYZ 6.91 7.51 5.22 -
YUV 76.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 81 78 59 0 0.04 0.27 0.68 51.82 0.16 0.27
Hex 51 4E 3B 0 4 1B 44 34 10 1B
Octal 121 116 73 0 4 33 104 64 20 33
Binary 1010001 1001110 111011 0 100 11011 1000100 110100 10000 11011

Color Harmonies of #514E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E3B

Black with #514E3B

Text Example


Text Example

White with #514E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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