#564D3A

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

Shades of Punga #564D3A

Tints of Punga #564D3A

Color information

#564D3A (or 0x564D3A) is unknown color: approx Punga. HEX triplet: 56, 4D and 3A. RGB value is (86,77,58). Sum of RGB (Red+Green+Blue) = 86+77+58=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #564D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D3A is #A9B2C5. Grayscale: #4D4D4D. Windows color (decimal): -11121350 or 3820886. OLE color: 3820886.

HSL color Cylindrical-coordinate representation of color #564D3A: hue angle of 40.71º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #564D3A is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB867758-
CMYK00.100.330.66
HSL40.71º19.44%28.24%-
HSV(B)40.71º32.56%33.73%-
XYZ7.267.595.09-
YUV77.52116.98134.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=38.91%
G=34.84%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86775800.100.330.6640.7119.4428.24
Hex564D3A0A214229131c
Octal1261157201241102512334
Binary101011010011011110100101010000110000101010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,58); }

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

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

 a { background-color: rgb(86,77,58); }

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

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

 span { border-color: rgb(86,77,58); }

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