#56482F

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

Shades of Punga #56482F

Tints of Punga #56482F

Color information

#56482F (or 0x56482F) is unknown color: approx Punga. HEX triplet: 56, 48 and 2F. RGB value is (86,72,47). Sum of RGB (Red+Green+Blue) = 86+72+47=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #56482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56482F is #A9B7D0. Grayscale: #494949. Windows color (decimal): -11122641 or 3098710. OLE color: 3098710.

HSL color Cylindrical-coordinate representation of color #56482F: hue angle of 38.46º 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 #56482F is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB867247-
CMYK00.160.450.66
HSL38.46º29.32%26.08%-
HSV(B)38.46º45.35%33.73%-
XYZ6.676.823.65-
YUV73.34113.14137.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=41.95%
G=35.12%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86724700.160.450.6638.4629.3226.08
Hex56482F0102D42261d1a
Octal1261105702055102463532
Binary1010110100100010111101000010110110000101001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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