#504837

Color #504837 Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #504837

Tints of Punga #504837

Color information

#504837 (or 0x504837) is unknown color: approx Punga. HEX triplet: 50, 48 and 37. RGB value is (80,72,55). Sum of RGB (Red+Green+Blue) = 80+72+55=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #504837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504837 is #AFB7C8. Grayscale: #484848. Windows color (decimal): -11515849 or 3622992. OLE color: 3622992.

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

Color convert

RGB807255-
CMYK00.100.310.69
HSL40.8º18.52%26.47%-
HSV(B)40.8º31.25%31.37%-
XYZ6.326.624.56-
YUV72.45118.15133.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=38.65%
G=34.78%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80725500.100.310.6940.818.5226.47
Hex5048370A1F4529131a
Octal1201106701237105512332
Binary10100001001000110111010101111110001011010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504837; }

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

 H1.HeaderClassName
 {
   color: #504837;
 }
 .AnyTagClassName
 {
   color: #504837;
 }
</style>
background-color css

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

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

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

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

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

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