#563712

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

Shades of Baker's Chocolate #563712

Tints of Baker's Chocolate #563712

Color information

#563712 (or 0x563712) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 37 and 12. RGB value is (86,55,18). Sum of RGB (Red+Green+Blue) = 86+55+18=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #563712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563712 is #A9C8ED. Grayscale: #3C3C3C. Windows color (decimal): -11127022 or 1193814. OLE color: 1193814.

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

Color convert

RGB865518-
CMYK00.360.790.66
HSL32.65º65.38%20.39%-
HSV(B)32.65º79.07%33.73%-
XYZ5.314.751.21-
YUV60.05104.27146.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=54.09%
G=34.59%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86551800.360.790.6632.6565.3820.39
Hex5637120244F42214114
Octal12667220441171024110124
Binary101011011011110010010010010011111000010100001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563712; }

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

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

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

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

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

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

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

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