#563003

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

Shades of Baker's Chocolate #563003

Tints of Baker's Chocolate #563003

Color information

#563003 (or 0x563003) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 30 and 03. RGB value is (86,48,3). Sum of RGB (Red+Green+Blue) = 86+48+3=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #563003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563003 is #A9CFFC. Grayscale: #363636. Windows color (decimal): -11128829 or 208982. OLE color: 208982.

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

Color convert

RGB86483-
CMYK00.440.970.66
HSL32.53º93.26%17.45%-
HSV(B)32.53º96.51%33.73%-
XYZ4.914.10.62-
YUV54.2399.09150.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.77%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 3 (1.56% from 255) = 2.19%
R=62.77%
G=35.04%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8648300.440.970.6632.5393.2617.45
Hex5630302C6142215d11
Octal1266030541411024113521
Binary101011011000011010110011000011000010100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563003; }

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

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

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

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

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

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

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

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