#563603

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

Shades of Baker's Chocolate #563603

Tints of Baker's Chocolate #563603

Color information

#563603 (or 0x563603) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 36 and 03. RGB value is (86,54,3). Sum of RGB (Red+Green+Blue) = 86+54+3=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #563603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563603 is #A9C9FC. Grayscale: #393939. Windows color (decimal): -11127293 or 210518. OLE color: 210518.

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

Color convert

RGB86543-
CMYK00.370.970.66
HSL36.87º93.26%17.45%-
HSV(B)36.87º96.51%33.73%-
XYZ5.174.620.71-
YUV57.7597.1148.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 54 (21.48% from 255) = 37.76%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=60.14%
G=37.76%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8654300.370.970.6636.8793.2617.45
Hex563630256142255d11
Octal1266630451411024513521
Binary101011011011011010010111000011000010100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563603; }

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

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

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

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

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

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

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

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