Html Css Color HEX #514C37 Panda

📋 copy color: '#514C37'

red 81 ◦ green 76 ◦ blue 55

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

Shades of Panda #514C37

Tints of Panda #514C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.85%

 BLUE value IS 55 (21.88% from 255) = 25.94%

R = 38.21%
G = 35.85%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#514C37 (or 0x514C37) is known color: Panda. HEX triplet: 51, 4C and 37. RGB value is (81,76,55). Sum of RGB (Red+Green+Blue) = 81+76+55=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #514C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C37 is #AEB3C8. Grayscale: #4B4B4B. Windows color (decimal): -11449289 or 3624017. OLE color: 3624017.

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

Color convert

RGB 81 76 55 -
CMYK 0 0.06 0.32 0.68
HSL 48.46º 0.19% 0.27% -
HSV(B) 48.46º 0.32% 0.32% -
XYZ 6.67 7.19 4.65 -
YUV 75.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 81 76 55 0 0.06 0.32 0.68 48.46 0.19 0.27
Hex 51 4C 37 0 6 20 44 30 13 1B
Octal 121 114 67 0 6 40 104 60 23 33
Binary 1010001 1001100 110111 0 110 100000 1000100 110000 10011 11011

Color Harmonies of #514C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C37

Black with #514C37

Text Example


Text Example

White with #514C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,76,55); }

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

background-color css

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

 a { background-color: rgb(81,76,55); }

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

border-color css

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

 span { border-color: rgb(81,76,55); }

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