Html Css Color HEX #514B37 Panda

📋 copy color: '#514B37'

red 81 ◦ green 75 ◦ blue 55

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

Shades of Panda #514B37

Tints of Panda #514B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.55%

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

R = 38.39%
G = 35.55%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#514B37 (or 0x514B37) is known color: Panda. HEX triplet: 51, 4B and 37. RGB value is (81,75,55). Sum of RGB (Red+Green+Blue) = 81+75+55=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B37 is #AEB4C8. Grayscale: #4A4A4A. Windows color (decimal): -11449545 or 3623761. OLE color: 3623761.

HSL color Cylindrical-coordinate representation of color #514B37: hue angle of 46.15º 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 #514B37 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 75 55 -
CMYK 0 0.07 0.32 0.68
HSL 46.15º 0.19% 0.27% -
HSV(B) 46.15º 0.32% 0.32% -
XYZ 6.6 7.06 4.63 -
YUV 74.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 81 75 55 0 0.07 0.32 0.68 46.15 0.19 0.27
Hex 51 4B 37 0 7 20 44 2E 13 1B
Octal 121 113 67 0 7 40 104 56 23 33
Binary 1010001 1001011 110111 0 111 100000 1000100 101110 10011 11011

Color Harmonies of #514B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B37

Black with #514B37

Text Example


Text Example

White with #514B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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