#562505

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

Shades of Baker's Chocolate #562505

Tints of Baker's Chocolate #562505

Color information

#562505 (or 0x562505) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 25 and 05. RGB value is (86,37,5). Sum of RGB (Red+Green+Blue) = 86+37+5=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #562505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562505 is #A9DAFA. Grayscale: #303030. Windows color (decimal): -11131643 or 337238. OLE color: 337238.

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

Color convert

RGB86375-
CMYK00.570.940.66
HSL23.7º89.01%17.84%-
HSV(B)23.7º94.19%33.73%-
XYZ4.533.310.54-
YUV48103.73155.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=67.19%
G=28.91%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8637500.570.940.6623.789.0117.84
Hex562550395E42185912
Octal1264550711361023013122
Binary101011010010110101110011011110100001011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562505; }

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

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

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

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

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

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

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

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