#564A33

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

Shades of Punga #564A33

Tints of Punga #564A33

Color information

#564A33 (or 0x564A33) is unknown color: approx Punga. HEX triplet: 56, 4A and 33. RGB value is (86,74,51). Sum of RGB (Red+Green+Blue) = 86+74+51=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #564A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A33 is #A9B5CC. Grayscale: #4B4B4B. Windows color (decimal): -11122125 or 3361366. OLE color: 3361366.

HSL color Cylindrical-coordinate representation of color #564A33: hue angle of 39.43º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #564A33 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB867451-
CMYK00.140.410.66
HSL39.43º25.55%26.86%-
HSV(B)39.43º40.7%33.73%-
XYZ6.887.124.14-
YUV74.97114.48135.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=40.76%
G=35.07%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86745100.140.410.6639.4325.5526.86
Hex564A330E2942271a1b
Octal1261126301651102473233
Binary101011010010101100110111010100110000101001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,74,51); }

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

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

 a { background-color: rgb(86,74,51); }

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

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

 span { border-color: rgb(86,74,51); }

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