#563315

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

Shades of Baker's Chocolate #563315

Tints of Baker's Chocolate #563315

Color information

#563315 (or 0x563315) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 33 and 15. RGB value is (86,51,21). Sum of RGB (Red+Green+Blue) = 86+51+21=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #563315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563315 is #A9CCEA. Grayscale: #3A3A3A. Windows color (decimal): -11128043 or 1389398. OLE color: 1389398.

HSL color Cylindrical-coordinate representation of color #563315: hue angle of 27.69º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #563315 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB865121-
CMYK00.410.760.66
HSL27.69º60.75%20.98%-
HSV(B)27.69º75.58%33.73%-
XYZ5.164.41.29-
YUV58.04107.1147.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=54.43%
G=32.28%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86512100.410.760.6627.6960.7520.98
Hex5633150294C421c3d15
Octal1266325051114102347525
Binary1010110110011101010101001100110010000101110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563315; }

 p { color: rgb(86,51,21); }

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

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

 a { background-color: rgb(86,51,21); }

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

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

 span { border-color: rgb(86,51,21); }

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