#563504

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

Shades of Baker's Chocolate #563504

Tints of Baker's Chocolate #563504

Color information

#563504 (or 0x563504) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 35 and 04. RGB value is (86,53,4). Sum of RGB (Red+Green+Blue) = 86+53+4=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #563504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563504 is #A9CAFB. Grayscale: #393939. Windows color (decimal): -11127548 or 275798. OLE color: 275798.

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

Color convert

RGB86534-
CMYK00.380.950.66
HSL35.85º91.11%17.65%-
HSV(B)35.85º95.35%33.73%-
XYZ5.134.530.72-
YUV57.2897.93148.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 4 (1.95% from 255) = 2.80%
R=60.14%
G=37.06%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8653400.380.950.6635.8591.1117.65
Hex563540265F42245b12
Octal1266540461371024413322
Binary1010110110101100010011010111111000010100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563504; }

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

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

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

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

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

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

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

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