#563605

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

Shades of Baker's Chocolate #563605

Tints of Baker's Chocolate #563605

Color information

#563605 (or 0x563605) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 36 and 05. RGB value is (86,54,5). Sum of RGB (Red+Green+Blue) = 86+54+5=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #563605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563605 is #A9C9FA. Grayscale: #3A3A3A. Windows color (decimal): -11127291 or 341590. OLE color: 341590.

HSL color Cylindrical-coordinate representation of color #563605: hue angle of 36.3º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #563605 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86545-
CMYK00.370.940.66
HSL36.3º89.01%17.84%-
HSV(B)36.3º94.19%33.73%-
XYZ5.184.630.76-
YUV57.9898.1147.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=59.31%
G=37.24%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8654500.370.940.6636.389.0117.84
Hex563650255E42245912
Octal1266650451361024413122
Binary1010110110110101010010110111101000010100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563605; }

 p { color: rgb(86,54,5); }

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

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

 a { background-color: rgb(86,54,5); }

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

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

 span { border-color: rgb(86,54,5); }

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