#563311

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

Shades of Baker's Chocolate #563311

Tints of Baker's Chocolate #563311

Color information

#563311 (or 0x563311) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 33 and 11. RGB value is (86,51,17). Sum of RGB (Red+Green+Blue) = 86+51+17=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #563311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563311 is #A9CCEE. Grayscale: #393939. Windows color (decimal): -11128047 or 1127254. OLE color: 1127254.

HSL color Cylindrical-coordinate representation of color #563311: hue angle of 29.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #563311 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB865117-
CMYK00.410.800.66
HSL29.57º66.99%20.2%-
HSV(B)29.57º80.23%33.73%-
XYZ5.124.391.11-
YUV57.59105.1148.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=55.84%
G=33.12%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86511700.410.800.6629.5766.9920.2
Hex56331102950421e4314
Octal12663210511201023610324
Binary10101101100111000101010011010000100001011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563311; }

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

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

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

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

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

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

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

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