Shades of Baker's Chocolate #541E06
Tints of Baker's Chocolate #541E06
RGB
CMYK
RGB Variations
Color information
#541E06 (or 0x541E06) is known color: Baker's Chocolate. HEX triplet: 54, 1E and 06. RGB value is (84,30,6). Sum of RGB (Red+Green+Blue) = 84+30+6=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #541E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541E06 is #ABE1F9. Grayscale: #2B2B2B. Windows color (decimal): -11264506 or 400980. OLE color: 400980.
HSL color Cylindrical-coordinate representation of color #541E06: hue angle of 18.46º 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 #541E06 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 6 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.67 |
| HSL | 18.46º | 0.87% | 0.18% | - |
| HSV(B) | 18.46º | 0.93% | 0.33% | - |
| XYZ | 4.15 | 2.83 | 0.5 | - |
| YUV | 43.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 6 | 0 | 0.64 | 0.93 | 0.67 | 18.46 | 0.87 | 0.18 |
| Hex | 54 | 1E | 6 | 0 | 40 | 5D | 43 | 12 | 57 | 12 |
| Octal | 124 | 36 | 6 | 0 | 100 | 135 | 103 | 22 | 127 | 22 |
| Binary | 1010100 | 11110 | 110 | 0 | 1000000 | 1011101 | 1000011 | 10010 | 1010111 | 10010 |
Color Harmonies of #541E06
Complementary color
Monochromatic Colors of #541E06
Black with #541E06
Text Example
Text Example
White with #541E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E06; }
p { color: rgb(84,30,6); }
H1.HeaderClassName
{
color: #541E06;
}
.AnyTagClassName
{
color: #541E06;
}
</style>
background-color css
<style>
a { background-color: #541E06; }
a { background-color: rgb(84,30,6); }
div.DivClassName
{
background-color: #541E06;
}
.BgClassName
{
background-color: #541E06;
}
</style>
border-color css
<style>
span { border-color: #541E06; }
span { border-color: rgb(84,30,6); }
td.TdClassName
{
border-color: #541E06;
}
.TagClassName
{
border-color: #541E06;
}
</style>