#563B05

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

Shades of Baker's Chocolate #563B05

Tints of Baker's Chocolate #563B05

Color information

#563B05 (or 0x563B05) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3B and 05. RGB value is (86,59,5). Sum of RGB (Red+Green+Blue) = 86+59+5=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #563B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563B05 is #A9C4FA. Grayscale: #3D3D3D. Windows color (decimal): -11126011 or 342870. OLE color: 342870.

HSL color Cylindrical-coordinate representation of color #563B05: hue angle of 40º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #563B05 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86595-
CMYK00.310.940.66
HSL40º89.01%17.84%-
HSV(B)40º94.19%33.73%-
XYZ5.435.120.85-
YUV60.9296.45145.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=57.33%
G=39.33%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8659500.310.940.664089.0117.84
Hex563B501F5E42285912
Octal1267350371361025013122
Binary101011011101110101111110111101000010101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,59,5); }

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

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

 a { background-color: rgb(86,59,5); }

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

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

 span { border-color: rgb(86,59,5); }

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