#563A14

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

Shades of Baker's Chocolate #563A14

Tints of Baker's Chocolate #563A14

Color information

#563A14 (or 0x563A14) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3A and 14. RGB value is (86,58,20). Sum of RGB (Red+Green+Blue) = 86+58+20=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #563A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A14 is #A9C5EB. Grayscale: #3E3E3E. Windows color (decimal): -11126252 or 1325654. OLE color: 1325654.

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

Color convert

RGB865820-
CMYK00.330.770.66
HSL34.55º62.26%20.78%-
HSV(B)34.55º76.74%33.73%-
XYZ5.485.061.35-
YUV62.04104.28145.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=52.44%
G=35.37%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86582000.330.770.6634.5562.2620.78
Hex563A140214D42233e15
Octal1267224041115102437625
Binary10101101110101010001000011001101100001010001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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