#563A13

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

Shades of Baker's Chocolate #563A13

Tints of Baker's Chocolate #563A13

Color information

#563A13 (or 0x563A13) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3A and 13. RGB value is (86,58,19). Sum of RGB (Red+Green+Blue) = 86+58+19=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #563A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A13 is #A9C5EC. Grayscale: #3E3E3E. Windows color (decimal): -11126253 or 1260118. OLE color: 1260118.

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

Color convert

RGB865819-
CMYK00.330.780.66
HSL34.93º63.81%20.59%-
HSV(B)34.93º77.91%33.73%-
XYZ5.475.051.3-
YUV61.93103.78145.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=52.76%
G=35.58%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86581900.330.780.6634.9363.8120.59
Hex563A130214E42234015
Octal12672230411161024310025
Binary101011011101010011010000110011101000010100011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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