#563804

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

Shades of Baker's Chocolate #563804

Tints of Baker's Chocolate #563804

Color information

#563804 (or 0x563804) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 04. RGB value is (86,56,4). Sum of RGB (Red+Green+Blue) = 86+56+4=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #563804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563804 is #A9C7FB. Grayscale: #3B3B3B. Windows color (decimal): -11126780 or 276566. OLE color: 276566.

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

Color convert

RGB86564-
CMYK00.350.950.66
HSL38.05º91.11%17.65%-
HSV(B)38.05º95.35%33.73%-
XYZ5.274.820.77-
YUV59.0496.94147.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=58.90%
G=38.36%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8656400.350.950.6638.0591.1117.65
Hex563840235F42265b12
Octal1267040431371024613322
Binary1010110111000100010001110111111000010100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563804; }

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

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

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

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

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

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

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

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