#564539

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

Shades of Brown Derby #564539

Tints of Brown Derby #564539

Color information

#564539 (or 0x564539) is unknown color: approx Brown Derby. HEX triplet: 56, 45 and 39. RGB value is (86,69,57). Sum of RGB (Red+Green+Blue) = 86+69+57=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564539 is #A9BAC6. Grayscale: #484848. Windows color (decimal): -11123399 or 3753302. OLE color: 3753302.

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

Color convert

RGB866957-
CMYK00.200.340.66
HSL24.83º20.28%28.04%-
HSV(B)24.83º33.72%33.73%-
XYZ6.76.534.78-
YUV72.72119.13137.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=40.57%
G=32.55%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86695700.200.340.6624.8320.2828.04
Hex564539014224219141c
Octal1261057102442102312434
Binary101011010001011110010101001000101000010110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564539; }

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

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

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

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

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

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

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

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