#563307

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

Shades of Baker's Chocolate #563307

Tints of Baker's Chocolate #563307

Color information

#563307 (or 0x563307) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 33 and 07. RGB value is (86,51,7). Sum of RGB (Red+Green+Blue) = 86+51+7=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #563307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563307 is #A9CCF8. Grayscale: #383838. Windows color (decimal): -11128057 or 471894. OLE color: 471894.

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

Color convert

RGB86517-
CMYK00.410.920.66
HSL33.42º84.95%18.24%-
HSV(B)33.42º91.86%33.73%-
XYZ5.064.360.78-
YUV56.45100.1149.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.72%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=59.72%
G=35.42%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8651700.410.920.6633.4284.9518.24
Hex563370295C42215512
Octal1266370511341024112522
Binary1010110110011111010100110111001000010100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563307; }

 p { color: rgb(86,51,7); }

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

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

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

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

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

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

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