Html Css Color HEX #514B3B Panda

📋 copy color: '#514B3B'

red 81 ◦ green 75 ◦ blue 59

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

Shades of Panda #514B3B

Tints of Panda #514B3B

RGB

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

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

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

R = 37.67%
G = 34.88%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#514B3B (or 0x514B3B) is known color: Panda. HEX triplet: 51, 4B and 3B. RGB value is (81,75,59). Sum of RGB (Red+Green+Blue) = 81+75+59=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #514B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B3B is #AEB4C4. Grayscale: #4B4B4B. Windows color (decimal): -11449541 or 3885905. OLE color: 3885905.

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

Color convert

RGB 81 75 59 -
CMYK 0 0.07 0.27 0.68
HSL 43.64º 0.16% 0.27% -
HSV(B) 43.64º 0.27% 0.32% -
XYZ 6.7 7.1 5.15 -
YUV 74.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 81 75 59 0 0.07 0.27 0.68 43.64 0.16 0.27
Hex 51 4B 3B 0 7 1B 44 2C 10 1B
Octal 121 113 73 0 7 33 104 54 20 33
Binary 1010001 1001011 111011 0 111 11011 1000100 101100 10000 11011

Color Harmonies of #514B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B3B

Black with #514B3B

Text Example


Text Example

White with #514B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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