#563B03

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

Shades of Baker's Chocolate #563B03

Tints of Baker's Chocolate #563B03

Color information

#563B03 (or 0x563B03) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3B and 03. RGB value is (86,59,3). Sum of RGB (Red+Green+Blue) = 86+59+3=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #563B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563B03 is #A9C4FC. Grayscale: #3C3C3C. Windows color (decimal): -11126013 or 211798. OLE color: 211798.

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

Color convert

RGB86593-
CMYK00.310.970.66
HSL40.48º93.26%17.45%-
HSV(B)40.48º96.51%33.73%-
XYZ5.425.110.79-
YUV60.6995.45146.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 3 (1.56% from 255) = 2.03%
R=58.11%
G=39.86%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8659300.310.970.6640.4893.2617.45
Hex563B301F6142285d11
Octal1267330371411025013521
Binary10101101110111101111111000011000010101000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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