#563112

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

Shades of Baker's Chocolate #563112

Tints of Baker's Chocolate #563112

Color information

#563112 (or 0x563112) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 31 and 12. RGB value is (86,49,18). Sum of RGB (Red+Green+Blue) = 86+49+18=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #563112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563112 is #A9CEED. Grayscale: #383838. Windows color (decimal): -11128558 or 1192278. OLE color: 1192278.

HSL color Cylindrical-coordinate representation of color #563112: hue angle of 27.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #563112 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB864918-
CMYK00.430.790.66
HSL27.35º65.38%20.39%-
HSV(B)27.35º79.07%33.73%-
XYZ5.054.221.12-
YUV56.53106.26149.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=56.21%
G=32.03%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86491800.430.790.6627.3565.3820.39
Hex56311202B4F421b4114
Octal12661220531171023310124
Binary10101101100011001001010111001111100001011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563112; }

 p { color: rgb(86,49,18); }

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

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

 a { background-color: rgb(86,49,18); }

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

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

 span { border-color: rgb(86,49,18); }

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