#563704

Color #563704 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #563704

Tints of Baker's Chocolate #563704

Color information

#563704 (or 0x563704) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 37 and 04. RGB value is (86,55,4). Sum of RGB (Red+Green+Blue) = 86+55+4=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #563704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563704 is #A9C8FB. Grayscale: #3A3A3A. Windows color (decimal): -11127036 or 276310. OLE color: 276310.

HSL color Cylindrical-coordinate representation of color #563704: hue angle of 37.32º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #563704 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB86554-
CMYK00.360.950.66
HSL37.32º91.11%17.65%-
HSV(B)37.32º95.35%33.73%-
XYZ5.234.720.75-
YUV58.4697.27147.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=59.31%
G=37.93%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8655400.360.950.6637.3291.1117.65
Hex563740245F42255b12
Octal1266740441371024513322
Binary1010110110111100010010010111111000010100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563704; }

 p { color: rgb(86,55,4); }

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

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

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

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

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

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

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