#563A10

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

Shades of Baker's Chocolate #563A10

Tints of Baker's Chocolate #563A10

Color information

#563A10 (or 0x563A10) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3A and 10. RGB value is (86,58,16). Sum of RGB (Red+Green+Blue) = 86+58+16=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #563A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A10 is #A9C5EF. Grayscale: #3D3D3D. Windows color (decimal): -11126256 or 1063510. OLE color: 1063510.

HSL color Cylindrical-coordinate representation of color #563A10: hue angle of 36º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #563A10 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB865816-
CMYK00.330.810.66
HSL36º68.63%20%-
HSV(B)36º81.4%33.73%-
XYZ5.445.041.18-
YUV61.58102.28145.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 16 (6.64% from 255) = 10%
R=53.75%
G=36.25%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86581600.330.810.663668.6320
Hex563A100215142244514
Octal12672200411211024410524
Binary101011011101010000010000110100011000010100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563A10; }

 p { color: rgb(86,58,16); }

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

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

 a { background-color: rgb(86,58,16); }

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

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

 span { border-color: rgb(86,58,16); }

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