#563C1A

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

Shades of Baker's Chocolate #563C1A

Tints of Baker's Chocolate #563C1A

Color information

#563C1A (or 0x563C1A) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3C and 1A. RGB value is (86,60,26). Sum of RGB (Red+Green+Blue) = 86+60+26=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #563C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C1A is #A9C3E5. Grayscale: #404040. Windows color (decimal): -11125734 or 1719382. OLE color: 1719382.

HSL color Cylindrical-coordinate representation of color #563C1A: hue angle of 34º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #563C1A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB866026-
CMYK00.300.700.66
HSL34º53.57%21.96%-
HSV(B)34º69.77%33.73%-
XYZ5.645.281.7-
YUV63.9106.61143.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=50%
G=34.88%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86602600.300.700.663453.5721.96
Hex563C1A01E4642223616
Octal1267432036106102426626
Binary1010110111100110100111101000110100001010001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,60,26); }

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

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

 a { background-color: rgb(86,60,26); }

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

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

 span { border-color: rgb(86,60,26); }

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