#563411

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

Shades of Baker's Chocolate #563411

Tints of Baker's Chocolate #563411

Color information

#563411 (or 0x563411) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 34 and 11. RGB value is (86,52,17). Sum of RGB (Red+Green+Blue) = 86+52+17=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #563411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563411 is #A9CBEE. Grayscale: #3A3A3A. Windows color (decimal): -11127791 or 1127510. OLE color: 1127510.

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

Color convert

RGB865217-
CMYK00.400.800.66
HSL30.43º66.99%20.2%-
HSV(B)30.43º80.23%33.73%-
XYZ5.174.471.12-
YUV58.18104.76147.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=55.48%
G=33.55%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86521700.400.800.6630.4366.9920.2
Hex56341102850421e4314
Octal12664210501201023610324
Binary10101101101001000101010001010000100001011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563411; }

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

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

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

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

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

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

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

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