#564B35

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

Shades of Punga #564B35

Tints of Punga #564B35

Color information

#564B35 (or 0x564B35) is unknown color: approx Punga. HEX triplet: 56, 4B and 35. RGB value is (86,75,53). Sum of RGB (Red+Green+Blue) = 86+75+53=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #564B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B35 is #A9B4CA. Grayscale: #4B4B4B. Windows color (decimal): -11121867 or 3492694. OLE color: 3492694.

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

Color convert

RGB867553-
CMYK00.130.380.66
HSL40º23.74%27.25%-
HSV(B)40º38.37%33.73%-
XYZ77.274.4-
YUV75.78115.14135.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=40.19%
G=35.05%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86755300.130.380.664023.7427.25
Hex564B350D264228181b
Octal1261136501546102503033
Binary101011010010111101010110110011010000101010001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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