Html Css Color HEX #514B39 Panda

📋 copy color: '#514B39'

red 81 ◦ green 75 ◦ blue 57

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

Shades of Panda #514B39

Tints of Panda #514B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.76%

R = 38.03%
G = 35.21%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#514B39 (or 0x514B39) is known color: Panda. HEX triplet: 51, 4B and 39. RGB value is (81,75,57). Sum of RGB (Red+Green+Blue) = 81+75+57=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #514B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B39 is #AEB4C6. Grayscale: #4A4A4A. Windows color (decimal): -11449543 or 3754833. OLE color: 3754833.

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

Color convert

RGB 81 75 57 -
CMYK 0 0.07 0.30 0.68
HSL 45º 0.17% 0.27% -
HSV(B) 45º 0.3% 0.32% -
XYZ 6.65 7.08 4.89 -
YUV 74.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 81 75 57 0 0.07 0.30 0.68 45 0.17 0.27
Hex 51 4B 39 0 7 1E 44 2D 11 1B
Octal 121 113 71 0 7 36 104 55 21 33
Binary 1010001 1001011 111001 0 111 11110 1000100 101101 10001 11011

Color Harmonies of #514B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B39

Black with #514B39

Text Example


Text Example

White with #514B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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