#563309

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

Shades of Baker's Chocolate #563309

Tints of Baker's Chocolate #563309

Color information

#563309 (or 0x563309) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 33 and 09. RGB value is (86,51,9). Sum of RGB (Red+Green+Blue) = 86+51+9=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #563309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563309 is #A9CCF6. Grayscale: #383838. Windows color (decimal): -11128055 or 602966. OLE color: 602966.

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

Color convert

RGB86519-
CMYK00.410.900.66
HSL32.73º81.05%18.63%-
HSV(B)32.73º89.53%33.73%-
XYZ5.074.370.83-
YUV56.68101.1148.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 9 (3.91% from 255) = 6.16%
R=58.90%
G=34.93%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8651900.410.900.6632.7381.0518.63
Hex563390295A42215113
Octal12663110511321024112123
Binary10101101100111001010100110110101000010100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563309; }

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

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

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

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

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

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

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

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