#562613

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

Shades of Baker's Chocolate #562613

Tints of Baker's Chocolate #562613

Color information

#562613 (or 0x562613) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 26 and 13. RGB value is (86,38,19). Sum of RGB (Red+Green+Blue) = 86+38+19=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #562613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562613 is #A9D9EC. Grayscale: #323232. Windows color (decimal): -11131373 or 1254998. OLE color: 1254998.

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

Color convert

RGB863819-
CMYK00.560.780.66
HSL17.01º63.81%20.59%-
HSV(B)17.01º77.91%33.73%-
XYZ4.653.411.03-
YUV50.19110.4153.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=60.14%
G=26.57%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86381900.560.780.6617.0163.8120.59
Hex5626130384E42114015
Octal12646230701161022110025
Binary10101101001101001101110001001110100001010001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562613; }

 p { color: rgb(86,38,19); }

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

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

 a { background-color: rgb(86,38,19); }

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

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

 span { border-color: rgb(86,38,19); }

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