#562E15

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

Shades of Baker's Chocolate #562E15

Tints of Baker's Chocolate #562E15

Color information

#562E15 (or 0x562E15) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2E and 15. RGB value is (86,46,21). Sum of RGB (Red+Green+Blue) = 86+46+21=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #562E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562E15 is #A9D1EA. Grayscale: #373737. Windows color (decimal): -11129323 or 1388118. OLE color: 1388118.

HSL color Cylindrical-coordinate representation of color #562E15: hue angle of 23.08º 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 #562E15 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB864621-
CMYK00.470.760.66
HSL23.08º60.75%20.98%-
HSV(B)23.08º75.58%33.73%-
XYZ4.953.991.22-
YUV55.11108.75150.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=56.21%
G=30.07%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86462100.470.760.6623.0860.7520.98
Hex562E1502F4C42173d15
Octal1265625057114102277525
Binary1010110101110101010101111100110010000101011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562E15; }

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

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

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

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

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

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

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

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