#563B0F

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

Shades of Baker's Chocolate #563B0F

Tints of Baker's Chocolate #563B0F

Color information

#563B0F (or 0x563B0F) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3B and 0F. RGB value is (86,59,15). Sum of RGB (Red+Green+Blue) = 86+59+15=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #563B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563B0F is #A9C4F0. Grayscale: #3E3E3E. Windows color (decimal): -11126001 or 998230. OLE color: 998230.

HSL color Cylindrical-coordinate representation of color #563B0F: hue angle of 37.18º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #563B0F is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB865915-
CMYK00.310.830.66
HSL37.18º70.3%19.8%-
HSV(B)37.18º82.56%33.73%-
XYZ5.495.141.15-
YUV62.06101.45145.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 15 (6.25% from 255) = 9.38%
R=53.75%
G=36.88%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86591500.310.830.6637.1870.319.8
Hex563BF01F5342254614
Octal12673170371231024510624
Binary1010110111011111101111110100111000010100101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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