#563417

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

Shades of Baker's Chocolate #563417

Tints of Baker's Chocolate #563417

Color information

#563417 (or 0x563417) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 34 and 17. RGB value is (86,52,23). Sum of RGB (Red+Green+Blue) = 86+52+23=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #563417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563417 is #A9CBE8. Grayscale: #3B3B3B. Windows color (decimal): -11127785 or 1520726. OLE color: 1520726.

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

Color convert

RGB865223-
CMYK00.400.730.66
HSL27.62º57.8%21.37%-
HSV(B)27.62º73.26%33.73%-
XYZ5.224.51.4-
YUV58.86107.76147.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=53.42%
G=32.30%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86522300.400.730.6627.6257.821.37
Hex56341702849421c3a15
Octal1266427050111102347225
Binary1010110110100101110101000100100110000101110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563417; }

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

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

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

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

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

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

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

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