#562805

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

Shades of Baker's Chocolate #562805

Tints of Baker's Chocolate #562805

Color information

#562805 (or 0x562805) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 28 and 05. RGB value is (86,40,5). Sum of RGB (Red+Green+Blue) = 86+40+5=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #562805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562805 is #A9D7FA. Grayscale: #313131. Windows color (decimal): -11130875 or 338006. OLE color: 338006.

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

Color convert

RGB86405-
CMYK00.530.940.66
HSL25.93º89.01%17.84%-
HSV(B)25.93º94.19%33.73%-
XYZ4.623.510.58-
YUV49.76102.74153.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.65%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=65.65%
G=30.53%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8640500.530.940.6625.9389.0117.84
Hex562850355E421a5912
Octal1265050651361023213122
Binary101011010100010101101011011110100001011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562805; }

 p { color: rgb(86,40,5); }

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

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

 a { background-color: rgb(86,40,5); }

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

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

 span { border-color: rgb(86,40,5); }

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