#56472F

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

Shades of Punga #56472F

Tints of Punga #56472F

Color information

#56472F (or 0x56472F) is unknown color: approx Punga. HEX triplet: 56, 47 and 2F. RGB value is (86,71,47). Sum of RGB (Red+Green+Blue) = 86+71+47=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #56472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56472F is #A9B8D0. Grayscale: #484848. Windows color (decimal): -11122897 or 3098454. OLE color: 3098454.

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

Color convert

RGB867147-
CMYK00.170.450.66
HSL36.92º29.32%26.08%-
HSV(B)36.92º45.35%33.73%-
XYZ6.66.693.63-
YUV72.75113.47137.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=42.16%
G=34.80%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86714700.170.450.6636.9229.3226.08
Hex56472F0112D42251d1a
Octal1261075702155102453532
Binary1010110100011110111101000110110110000101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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