Shades of Baker's Chocolate #541D00
Tints of Baker's Chocolate #541D00
RGB
CMYK
RGB Variations
Color information
#541D00 (or 0x541D00) is known color: Baker's Chocolate. HEX triplet: 54, 1D and 00. RGB value is (84,29,0). Sum of RGB (Red+Green+Blue) = 84+29+0=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #541D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D00 is #ABE2FF. Grayscale: #2A2A2A. Windows color (decimal): -11264768 or 7508. OLE color: 7508.
HSL color Cylindrical-coordinate representation of color #541D00: hue angle of 20.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #541D00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.67 |
| HSL | 20.71º | 1% | 0.16% | - |
| HSV(B) | 20.71º | 1% | 0.33% | - |
| XYZ | 4.1 | 2.76 | 0.32 | - |
| YUV | 42.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 0 | 0 | 0.65 | 1 | 0.67 | 20.71 | 1 | 0.16 |
| Hex | 54 | 1D | 0 | 0 | 41 | 64 | 43 | 15 | 64 | 10 |
| Octal | 124 | 35 | 0 | 0 | 101 | 144 | 103 | 25 | 144 | 20 |
| Binary | 1010100 | 11101 | 0 | 0 | 1000001 | 1100100 | 1000011 | 10101 | 1100100 | 10000 |
Color Harmonies of #541D00
Complementary color
Monochromatic Colors of #541D00
Black with #541D00
Text Example
Text Example
White with #541D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D00; }
p { color: rgb(84,29,0); }
H1.HeaderClassName
{
color: #541D00;
}
.AnyTagClassName
{
color: #541D00;
}
</style>
background-color css
<style>
a { background-color: #541D00; }
a { background-color: rgb(84,29,0); }
div.DivClassName
{
background-color: #541D00;
}
.BgClassName
{
background-color: #541D00;
}
</style>
border-color css
<style>
span { border-color: #541D00; }
span { border-color: rgb(84,29,0); }
td.TdClassName
{
border-color: #541D00;
}
.TagClassName
{
border-color: #541D00;
}
</style>