#563414

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

Shades of Baker's Chocolate #563414

Tints of Baker's Chocolate #563414

Color information

#563414 (or 0x563414) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 34 and 14. RGB value is (86,52,20). Sum of RGB (Red+Green+Blue) = 86+52+20=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #563414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563414 is #A9CBEB. Grayscale: #3A3A3A. Windows color (decimal): -11127788 or 1324118. OLE color: 1324118.

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

Color convert

RGB865220-
CMYK00.400.770.66
HSL29.09º62.26%20.78%-
HSV(B)29.09º76.74%33.73%-
XYZ5.194.481.25-
YUV58.52106.26147.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=54.43%
G=32.91%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86522000.400.770.6629.0962.2620.78
Hex5634140284D421d3e15
Octal1266424050115102357625
Binary1010110110100101000101000100110110000101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563414; }

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

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

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

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

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

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

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

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