#561900

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

Shades of Baker's Chocolate #561900

Tints of Baker's Chocolate #561900

Color information

#561900 (or 0x561900) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 19 and 00. RGB value is (86,25,0). Sum of RGB (Red+Green+Blue) = 86+25+0=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #561900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561900 is #A9E6FF. Grayscale: #282828. Windows color (decimal): -11134720 or 6486. OLE color: 6486.

HSL color Cylindrical-coordinate representation of color #561900: hue angle of 17.44º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #561900 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB86250-
CMYK00.7110.66
HSL17.44º100%16.86%-
HSV(B)17.44º100%33.73%-
XYZ4.192.670.3-
YUV40.39105.21160.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 77.48%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.48%
G=22.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8625000.7110.6617.4410016.86
Hex561900476442116411
Octal12631001071441022114421
Binary1010110110010010001111100100100001010001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561900; }

 p { color: rgb(86,25,0); }

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

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

 a { background-color: rgb(86,25,0); }

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

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

 span { border-color: rgb(86,25,0); }

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