#56472A

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

Shades of Punga #56472A

Tints of Punga #56472A

Color information

#56472A (or 0x56472A) is unknown color: approx Punga. HEX triplet: 56, 47 and 2A. RGB value is (86,71,42). Sum of RGB (Red+Green+Blue) = 86+71+42=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #56472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56472A is #A9B8D5. Grayscale: #484848. Windows color (decimal): -11122902 or 2770774. OLE color: 2770774.

HSL color Cylindrical-coordinate representation of color #56472A: hue angle of 39.55º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56472A is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB867142-
CMYK00.170.510.66
HSL39.55º34.38%25.1%-
HSV(B)39.55º51.16%33.73%-
XYZ6.516.653.13-
YUV72.18110.97137.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=43.22%
G=35.68%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86714200.170.510.6639.5534.3825.1
Hex56472A0113342282219
Octal1261075202163102504231
Binary10101101000111101010010001110011100001010100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56472A; }

 p { color: rgb(86,71,42); }

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

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

 a { background-color: rgb(86,71,42); }

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

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

 span { border-color: rgb(86,71,42); }

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