Shades of Baker's Chocolate #543901
Tints of Baker's Chocolate #543901
RGB
CMYK
RGB Variations
Color information
#543901 (or 0x543901) is known color: Baker's Chocolate. HEX triplet: 54, 39 and 01. RGB value is (84,57,1). Sum of RGB (Red+Green+Blue) = 84+57+1=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #543901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543901 is #ABC6FE. Grayscale: #3A3A3A. Windows color (decimal): -11257599 or 80212. OLE color: 80212.
HSL color Cylindrical-coordinate representation of color #543901: hue angle of 40.48º 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 #543901 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.67 |
| HSL | 40.48º | 0.98% | 0.17% | - |
| HSV(B) | 40.48º | 0.99% | 0.33% | - |
| XYZ | 5.12 | 4.81 | 0.69 | - |
| YUV | 58.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 1 | 0 | 0.32 | 0.99 | 0.67 | 40.48 | 0.98 | 0.17 |
| Hex | 54 | 39 | 1 | 0 | 20 | 63 | 43 | 28 | 62 | 11 |
| Octal | 124 | 71 | 1 | 0 | 40 | 143 | 103 | 50 | 142 | 21 |
| Binary | 1010100 | 111001 | 1 | 0 | 100000 | 1100011 | 1000011 | 101000 | 1100010 | 10001 |
Color Harmonies of #543901
Complementary color
Monochromatic Colors of #543901
Black with #543901
Text Example
Text Example
White with #543901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543901; }
p { color: rgb(84,57,1); }
H1.HeaderClassName
{
color: #543901;
}
.AnyTagClassName
{
color: #543901;
}
</style>
background-color css
<style>
a { background-color: #543901; }
a { background-color: rgb(84,57,1); }
div.DivClassName
{
background-color: #543901;
}
.BgClassName
{
background-color: #543901;
}
</style>
border-color css
<style>
span { border-color: #543901; }
span { border-color: rgb(84,57,1); }
td.TdClassName
{
border-color: #543901;
}
.TagClassName
{
border-color: #543901;
}
</style>