#563103

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

Shades of Baker's Chocolate #563103

Tints of Baker's Chocolate #563103

Color information

#563103 (or 0x563103) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 31 and 03. RGB value is (86,49,3). Sum of RGB (Red+Green+Blue) = 86+49+3=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #563103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563103 is #A9CEFC. Grayscale: #373737. Windows color (decimal): -11128573 or 209238. OLE color: 209238.

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

Color convert

RGB86493-
CMYK00.430.970.66
HSL33.25º93.26%17.45%-
HSV(B)33.25º96.51%33.73%-
XYZ4.954.180.63-
YUV54.8298.76150.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=62.32%
G=35.51%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8649300.430.970.6633.2593.2617.45
Hex5631302B6142215d11
Octal1266130531411024113521
Binary101011011000111010101111000011000010100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563103; }

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

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

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

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

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

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

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

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