#563D0E

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

Shades of Baker's Chocolate #563D0E

Tints of Baker's Chocolate #563D0E

Color information

#563D0E (or 0x563D0E) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3D and 0E. RGB value is (86,61,14). Sum of RGB (Red+Green+Blue) = 86+61+14=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #563D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563D0E is #A9C2F1. Grayscale: #3F3F3F. Windows color (decimal): -11125490 or 933206. OLE color: 933206.

HSL color Cylindrical-coordinate representation of color #563D0E: hue angle of 39.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #563D0E is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB866114-
CMYK00.290.840.66
HSL39.17º72%19.61%-
HSV(B)39.17º83.72%33.73%-
XYZ5.595.351.15-
YUV63.12100.28144.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 14 (5.86% from 255) = 8.70%
R=53.42%
G=37.89%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86611400.290.840.6639.177219.61
Hex563DE01D5442274814
Octal12675160351241024711024
Binary1010110111101111001110110101001000010100111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563D0E; }

 p { color: rgb(86,61,14); }

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

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

 a { background-color: rgb(86,61,14); }

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

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

 span { border-color: rgb(86,61,14); }

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