#564545

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

Shades of Woody Brown #564545

Tints of Woody Brown #564545

Color information

#564545 (or 0x564545) is unknown color: approx Woody Brown. HEX triplet: 56, 45 and 45. RGB value is (86,69,69). Sum of RGB (Red+Green+Blue) = 86+69+69=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564545 is #A9BABA. Grayscale: #4A4A4A. Windows color (decimal): -11123387 or 4539734. OLE color: 4539734.

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

Color convert

RGB866969-
CMYK00.200.200.66
HSL10.97%30.39%-
HSV(B)19.77%33.73%-
XYZ7.046.666.55-
YUV74.08125.13136.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=38.39%
G=30.80%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86696900.200.200.66010.9730.39
Hex56454501414420b1e
Octal1261051050242410201336
Binary1010110100010110001010101001010010000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564545; }

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

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

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

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

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

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

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

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