#563812

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

Shades of Baker's Chocolate #563812

Tints of Baker's Chocolate #563812

Color information

#563812 (or 0x563812) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 12. RGB value is (86,56,18). Sum of RGB (Red+Green+Blue) = 86+56+18=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #563812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563812 is #A9C7ED. Grayscale: #3C3C3C. Windows color (decimal): -11126766 or 1194070. OLE color: 1194070.

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

Color convert

RGB865618-
CMYK00.350.790.66
HSL33.53º65.38%20.39%-
HSV(B)33.53º79.07%33.73%-
XYZ5.364.851.23-
YUV60.64103.94146.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=53.75%
G=35%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86561800.350.790.6633.5365.3820.39
Hex5638120234F42224114
Octal12670220431171024210124
Binary101011011100010010010001110011111000010100010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563812; }

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

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

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

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

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

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

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

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