Shades of Baker's Chocolate #541D06
Tints of Baker's Chocolate #541D06
RGB
CMYK
RGB Variations
Color information
#541D06 (or 0x541D06) is known color: Baker's Chocolate. HEX triplet: 54, 1D and 06. RGB value is (84,29,6). Sum of RGB (Red+Green+Blue) = 84+29+6=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #541D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D06 is #ABE2F9. Grayscale: #2A2A2A. Windows color (decimal): -11264762 or 400724. OLE color: 400724.
HSL color Cylindrical-coordinate representation of color #541D06: hue angle of 17.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #541D06 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 6 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.67 |
| HSL | 17.69º | 0.87% | 0.18% | - |
| HSV(B) | 17.69º | 0.93% | 0.33% | - |
| XYZ | 4.13 | 2.78 | 0.49 | - |
| YUV | 42.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 6 | 0 | 0.65 | 0.93 | 0.67 | 17.69 | 0.87 | 0.18 |
| Hex | 54 | 1D | 6 | 0 | 41 | 5D | 43 | 12 | 57 | 12 |
| Octal | 124 | 35 | 6 | 0 | 101 | 135 | 103 | 22 | 127 | 22 |
| Binary | 1010100 | 11101 | 110 | 0 | 1000001 | 1011101 | 1000011 | 10010 | 1010111 | 10010 |
Color Harmonies of #541D06
Complementary color
Monochromatic Colors of #541D06
Black with #541D06
Text Example
Text Example
White with #541D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D06; }
p { color: rgb(84,29,6); }
H1.HeaderClassName
{
color: #541D06;
}
.AnyTagClassName
{
color: #541D06;
}
</style>
background-color css
<style>
a { background-color: #541D06; }
a { background-color: rgb(84,29,6); }
div.DivClassName
{
background-color: #541D06;
}
.BgClassName
{
background-color: #541D06;
}
</style>
border-color css
<style>
span { border-color: #541D06; }
span { border-color: rgb(84,29,6); }
td.TdClassName
{
border-color: #541D06;
}
.TagClassName
{
border-color: #541D06;
}
</style>