#561D04

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

Shades of Baker's Chocolate #561D04

Tints of Baker's Chocolate #561D04

Color information

#561D04 (or 0x561D04) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 1D and 04. RGB value is (86,29,4). Sum of RGB (Red+Green+Blue) = 86+29+4=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #561D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D04 is #A9E2FB. Grayscale: #2B2B2B. Windows color (decimal): -11133692 or 269654. OLE color: 269654.

HSL color Cylindrical-coordinate representation of color #561D04: hue angle of 18.29º 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 #561D04 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB86294-
CMYK00.660.950.66
HSL18.29º91.11%17.65%-
HSV(B)18.29º95.35%33.73%-
XYZ4.32.870.44-
YUV43.19105.88158.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.27%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=72.27%
G=24.37%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8629400.660.950.6618.2991.1117.65
Hex561D40425F42125b12
Octal12635401021371022213322
Binary101011011101100010000101011111100001010010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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