Html Css Color HEX #504B37 Panda

📋 copy color: '#504B37'

red 80 ◦ green 75 ◦ blue 55

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

Shades of Panda #504B37

Tints of Panda #504B37

RGB

 RED value IS 80 (31.64% from 255) = 38.1%

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

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

R = 38.1%
G = 35.71%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#504B37 (or 0x504B37) is known color: Panda. HEX triplet: 50, 4B and 37. RGB value is (80,75,55). Sum of RGB (Red+Green+Blue) = 80+75+55=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #504B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B37 is #AFB4C8. Grayscale: #4A4A4A. Windows color (decimal): -11515081 or 3623760. OLE color: 3623760.

HSL color Cylindrical-coordinate representation of color #504B37: hue angle of 48º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504B37 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 75 55 -
CMYK 0 0.06 0.31 0.69
HSL 48º 0.19% 0.26% -
HSV(B) 48º 0.31% 0.31% -
XYZ 6.51 7.01 4.62 -
YUV 74.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 80 75 55 0 0.06 0.31 0.69 48 0.19 0.26
Hex 50 4B 37 0 6 1F 45 30 13 1A
Octal 120 113 67 0 6 37 105 60 23 32
Binary 1010000 1001011 110111 0 110 11111 1000101 110000 10011 11010

Color Harmonies of #504B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B37

Black with #504B37

Text Example


Text Example

White with #504B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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