Shades of Baker's Chocolate #541D01
Tints of Baker's Chocolate #541D01
RGB
CMYK
RGB Variations
Color information
#541D01 (or 0x541D01) is known color: Baker's Chocolate. HEX triplet: 54, 1D and 01. RGB value is (84,29,1). Sum of RGB (Red+Green+Blue) = 84+29+1=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #541D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D01 is #ABE2FE. Grayscale: #2A2A2A. Windows color (decimal): -11264767 or 73044. OLE color: 73044.
HSL color Cylindrical-coordinate representation of color #541D01: hue angle of 20.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #541D01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.67 |
| HSL | 20.24º | 0.98% | 0.17% | - |
| HSV(B) | 20.24º | 0.99% | 0.33% | - |
| XYZ | 4.1 | 2.77 | 0.35 | - |
| YUV | 42.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 1 | 0 | 0.65 | 0.99 | 0.67 | 20.24 | 0.98 | 0.17 |
| Hex | 54 | 1D | 1 | 0 | 41 | 63 | 43 | 14 | 62 | 11 |
| Octal | 124 | 35 | 1 | 0 | 101 | 143 | 103 | 24 | 142 | 21 |
| Binary | 1010100 | 11101 | 1 | 0 | 1000001 | 1100011 | 1000011 | 10100 | 1100010 | 10001 |
Color Harmonies of #541D01
Complementary color
Monochromatic Colors of #541D01
Black with #541D01
Text Example
Text Example
White with #541D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D01; }
p { color: rgb(84,29,1); }
H1.HeaderClassName
{
color: #541D01;
}
.AnyTagClassName
{
color: #541D01;
}
</style>
background-color css
<style>
a { background-color: #541D01; }
a { background-color: rgb(84,29,1); }
div.DivClassName
{
background-color: #541D01;
}
.BgClassName
{
background-color: #541D01;
}
</style>
border-color css
<style>
span { border-color: #541D01; }
span { border-color: rgb(84,29,1); }
td.TdClassName
{
border-color: #541D01;
}
.TagClassName
{
border-color: #541D01;
}
</style>