#563B12

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

Shades of Baker's Chocolate #563B12

Tints of Baker's Chocolate #563B12

Color information

#563B12 (or 0x563B12) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3B and 12. RGB value is (86,59,18). Sum of RGB (Red+Green+Blue) = 86+59+18=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #563B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563B12 is #A9C4ED. Grayscale: #3E3E3E. Windows color (decimal): -11125998 or 1194838. OLE color: 1194838.

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

Color convert

RGB865918-
CMYK00.310.790.66
HSL36.18º65.38%20.39%-
HSV(B)36.18º79.07%33.73%-
XYZ5.515.151.28-
YUV62.4102.95144.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=52.76%
G=36.20%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86591800.310.790.6636.1865.3820.39
Hex563B1201F4F42244114
Octal12673220371171024410124
Binary10101101110111001001111110011111000010100100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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