#564745

Color #564745 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #564745

Tints of Woody Brown #564745

Color information

#564745 (or 0x564745) is unknown color: approx Woody Brown. HEX triplet: 56, 47 and 45. RGB value is (86,71,69). Sum of RGB (Red+Green+Blue) = 86+71+69=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564745 is #A9B8BA. Grayscale: #4B4B4B. Windows color (decimal): -11122875 or 4540246. OLE color: 4540246.

HSL color Cylindrical-coordinate representation of color #564745: hue angle of 7.06º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564745 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB867169-
CMYK00.170.200.66
HSL7.06º10.97%30.39%-
HSV(B)7.06º19.77%33.73%-
XYZ7.176.916.59-
YUV75.26124.47135.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=38.05%
G=31.42%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86716900.170.200.667.0610.9730.39
Hex56474501114427b1e
Octal1261071050212410271336
Binary101011010001111000101010001101001000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564745; }

 p { color: rgb(86,71,69); }

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

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

 a { background-color: rgb(86,71,69); }

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

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

 span { border-color: rgb(86,71,69); }

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