#563C12

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

Shades of Baker's Chocolate #563C12

Tints of Baker's Chocolate #563C12

Color information

#563C12 (or 0x563C12) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3C and 12. RGB value is (86,60,18). Sum of RGB (Red+Green+Blue) = 86+60+18=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #563C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C12 is #A9C3ED. Grayscale: #3F3F3F. Windows color (decimal): -11125742 or 1195094. OLE color: 1195094.

HSL color Cylindrical-coordinate representation of color #563C12: hue angle of 37.06º 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 #563C12 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB866018-
CMYK00.300.790.66
HSL37.06º65.38%20.39%-
HSV(B)37.06º79.07%33.73%-
XYZ5.565.251.29-
YUV62.99102.61144.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=52.44%
G=36.59%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86601800.300.790.6637.0665.3820.39
Hex563C1201E4F42254114
Octal12674220361171024510124
Binary10101101111001001001111010011111000010100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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