#561b04

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

Shades of Baker's Chocolate #561B04

Tints of Baker's Chocolate #561B04

Color information

#561B04 (or 0x561B04) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 1B and 04. RGB value is (86,27,4). Sum of RGB (Red+Green+Blue) = 86+27+4=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #561B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B04 is #A9E4FB. Grayscale: #2A2A2A. Windows color (decimal): -11134204 or 269142. OLE color: 269142.

HSL color Cylindrical-coordinate representation of color #561B04: hue angle of 16.83º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #561B04 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB86274-
CMYK00.690.950.66
HSL16.83º91.11%17.65%-
HSV(B)16.83º95.35%33.73%-
XYZ4.252.770.43-
YUV42.02106.55159.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=73.50%
G=23.08%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8627400.690.950.6616.8391.1117.65
Hex561B40455F42115b12
Octal12633401051371022113322
Binary101011011011100010001011011111100001010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561b04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561b04; }

 p { color: rgb(86,27,4); }

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

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

 a { background-color: rgb(86,27,4); }

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

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

 span { border-color: rgb(86,27,4); }

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