#563317

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

Shades of Baker's Chocolate #563317

Tints of Baker's Chocolate #563317

Color information

#563317 (or 0x563317) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 33 and 17. RGB value is (86,51,23). Sum of RGB (Red+Green+Blue) = 86+51+23=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #563317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563317 is #A9CCE8. Grayscale: #3A3A3A. Windows color (decimal): -11128041 or 1520470. OLE color: 1520470.

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

Color convert

RGB865123-
CMYK00.410.730.66
HSL26.67º57.8%21.37%-
HSV(B)26.67º73.26%33.73%-
XYZ5.184.411.39-
YUV58.27108.1147.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=53.75%
G=31.88%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86512300.410.730.6626.6757.821.37
Hex56331702949421b3a15
Octal1266327051111102337225
Binary1010110110011101110101001100100110000101101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563317; }

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

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

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

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

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

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

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

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