#563A09

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

Shades of Baker's Chocolate #563A09

Tints of Baker's Chocolate #563A09

Color information

#563A09 (or 0x563A09) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3A and 09. RGB value is (86,58,9). Sum of RGB (Red+Green+Blue) = 86+58+9=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #563A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A09 is #A9C5F6. Grayscale: #3D3D3D. Windows color (decimal): -11126263 or 604758. OLE color: 604758.

HSL color Cylindrical-coordinate representation of color #563A09: hue angle of 38.18º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #563A09 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86589-
CMYK00.330.900.66
HSL38.18º81.05%18.63%-
HSV(B)38.18º89.53%33.73%-
XYZ5.45.020.94-
YUV60.7998.78145.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 9 (3.91% from 255) = 5.88%
R=56.21%
G=37.91%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8658900.330.900.6638.1881.0518.63
Hex563A90215A42265113
Octal12672110411321024612123
Binary10101101110101001010000110110101000010100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,58,9); }

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

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

 a { background-color: rgb(86,58,9); }

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

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

 span { border-color: rgb(86,58,9); }

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