#563000

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

Shades of Baker's Chocolate #563000

Tints of Baker's Chocolate #563000

Color information

#563000 (or 0x563000) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 30 and 00. RGB value is (86,48,0). Sum of RGB (Red+Green+Blue) = 86+48+0=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #563000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563000 is #A9CFFF. Grayscale: #363636. Windows color (decimal): -11128832 or 12374. OLE color: 12374.

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

Color convert

RGB86480-
CMYK00.4410.66
HSL33.49º100%16.86%-
HSV(B)33.49º100%33.73%-
XYZ4.894.090.53-
YUV53.8997.59150.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.18%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.18%
G=35.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8648000.4410.6633.4910016.86
Hex5630002C6442216411
Octal1266000541441024114421
Binary10101101100000010110011001001000010100001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563000; }

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

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

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

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

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

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

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

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