#563817

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

Shades of Baker's Chocolate #563817

Tints of Baker's Chocolate #563817

Color information

#563817 (or 0x563817) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 17. RGB value is (86,56,23). Sum of RGB (Red+Green+Blue) = 86+56+23=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #563817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563817 is #A9C7E8. Grayscale: #3D3D3D. Windows color (decimal): -11126761 or 1521750. OLE color: 1521750.

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

Color convert

RGB865623-
CMYK00.350.730.66
HSL31.43º57.8%21.37%-
HSV(B)31.43º73.26%33.73%-
XYZ5.414.871.47-
YUV61.21106.44145.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=52.12%
G=33.94%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86562300.350.730.6631.4357.821.37
Hex56381702349421f3a15
Octal1267027043111102377225
Binary1010110111000101110100011100100110000101111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563817; }

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

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

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

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

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

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

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

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