#563509

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

Shades of Baker's Chocolate #563509

Tints of Baker's Chocolate #563509

Color information

#563509 (or 0x563509) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 35 and 09. RGB value is (86,53,9). Sum of RGB (Red+Green+Blue) = 86+53+9=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #563509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563509 is #A9CAF6. Grayscale: #3A3A3A. Windows color (decimal): -11127543 or 603478. OLE color: 603478.

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

Color convert

RGB86539-
CMYK00.380.900.66
HSL34.29º81.05%18.63%-
HSV(B)34.29º89.53%33.73%-
XYZ5.164.540.86-
YUV57.85100.43148.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=58.11%
G=35.81%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8653900.380.900.6634.2981.0518.63
Hex563590265A42225113
Octal12665110461321024212123
Binary10101101101011001010011010110101000010100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563509; }

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

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

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

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

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

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

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

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