#563800

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

Shades of Baker's Chocolate #563800

Tints of Baker's Chocolate #563800

Color information

#563800 (or 0x563800) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 00. RGB value is (86,56,0). Sum of RGB (Red+Green+Blue) = 86+56+0=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #563800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563800 is #A9C7FF. Grayscale: #3A3A3A. Windows color (decimal): -11126784 or 14422. OLE color: 14422.

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

Color convert

RGB86560-
CMYK00.3510.66
HSL39.07º100%16.86%-
HSV(B)39.07º100%33.73%-
XYZ5.254.810.65-
YUV58.5994.94147.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.56%
G=39.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8656000.3510.6639.0710016.86
Hex563800236442276411
Octal1267000431441024714421
Binary10101101110000010001111001001000010100111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563800; }

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

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

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

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

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

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

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

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