#564B2F

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

Shades of Punga #564B2F

Tints of Punga #564B2F

Color information

#564B2F (or 0x564B2F) is unknown color: approx Punga. HEX triplet: 56, 4B and 2F. RGB value is (86,75,47). Sum of RGB (Red+Green+Blue) = 86+75+47=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B2F is #A9B4D0. Grayscale: #4B4B4B. Windows color (decimal): -11121873 or 3099478. OLE color: 3099478.

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

Color convert

RGB867547-
CMYK00.130.450.66
HSL43.08º29.32%26.08%-
HSV(B)43.08º45.35%33.73%-
XYZ6.877.223.72-
YUV75.1112.14135.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=41.35%
G=36.06%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86754700.130.450.6643.0829.3226.08
Hex564B2F0D2D422b1d1a
Octal1261135701555102533532
Binary101011010010111011110110110110110000101010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564B2F; }

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

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

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

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

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

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

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

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