Html Css Color HEX #504737 Punga

📋 copy color: '#504737'

red 80 ◦ green 71 ◦ blue 55

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

Shades of Punga #504737

Tints of Punga #504737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

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

R = 38.83%
G = 34.47%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#504737 (or 0x504737) is known color: Punga. HEX triplet: 50, 47 and 37. RGB value is (80,71,55). Sum of RGB (Red+Green+Blue) = 80+71+55=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #504737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504737 is #AFB8C8. Grayscale: #474747. Windows color (decimal): -11516105 or 3622736. OLE color: 3622736.

HSL color Cylindrical-coordinate representation of color #504737: hue angle of 38.4º 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 #504737 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 55 -
CMYK 0 0.11 0.31 0.69
HSL 38.4º 0.19% 0.26% -
HSV(B) 38.4º 0.31% 0.31% -
XYZ 6.25 6.49 4.54 -
YUV 71.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 80 71 55 0 0.11 0.31 0.69 38.4 0.19 0.26
Hex 50 47 37 0 B 1F 45 26 13 1A
Octal 120 107 67 0 13 37 105 46 23 32
Binary 1010000 1000111 110111 0 1011 11111 1000101 100110 10011 11010

Color Harmonies of #504737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504737

Black with #504737

Text Example


Text Example

White with #504737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504737; }

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

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

background-color css

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

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

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

border-color css

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

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

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