#562915

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

Shades of Baker's Chocolate #562915

Tints of Baker's Chocolate #562915

Color information

#562915 (or 0x562915) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 29 and 15. RGB value is (86,41,21). Sum of RGB (Red+Green+Blue) = 86+41+21=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #562915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562915 is #A9D6EA. Grayscale: #343434. Windows color (decimal): -11130603 or 1386838. OLE color: 1386838.

HSL color Cylindrical-coordinate representation of color #562915: hue angle of 18.46º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562915 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB864121-
CMYK00.520.760.66
HSL18.46º60.75%20.98%-
HSV(B)18.46º75.58%33.73%-
XYZ4.773.621.16-
YUV52.18110.41152.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=58.11%
G=27.70%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86412100.520.760.6618.4660.7520.98
Hex5629150344C42123d15
Octal1265125064114102227525
Binary1010110101001101010110100100110010000101001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562915; }

 p { color: rgb(86,41,21); }

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

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

 a { background-color: rgb(86,41,21); }

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

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

 span { border-color: rgb(86,41,21); }

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