#563E08

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

Shades of Baker's Chocolate #563E08

Tints of Baker's Chocolate #563E08

Color information

#563E08 (or 0x563E08) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3E and 08. RGB value is (86,62,8). Sum of RGB (Red+Green+Blue) = 86+62+8=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #563E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563E08 is #A9C1F7. Grayscale: #3F3F3F. Windows color (decimal): -11125240 or 540246. OLE color: 540246.

HSL color Cylindrical-coordinate representation of color #563E08: hue angle of 41.54º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #563E08 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB86628-
CMYK00.280.910.66
HSL41.54º82.98%18.43%-
HSV(B)41.54º90.7%33.73%-
XYZ5.65.440.98-
YUV63.0296.95144.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=55.13%
G=39.74%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8662800.280.910.6641.5482.9818.43
Hex563E801C5B422a5312
Octal12676100341331025212322
Binary1010110111110100001110010110111000010101010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,62,8); }

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

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

 a { background-color: rgb(86,62,8); }

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

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

 span { border-color: rgb(86,62,8); }

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