Shades of Baker's Chocolate #542701
Tints of Baker's Chocolate #542701
RGB
CMYK
RGB Variations
Color information
#542701 (or 0x542701) is known color: Baker's Chocolate. HEX triplet: 54, 27 and 01. RGB value is (84,39,1). Sum of RGB (Red+Green+Blue) = 84+39+1=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #542701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542701 is #ABD8FE. Grayscale: #303030. Windows color (decimal): -11262207 or 75604. OLE color: 75604.
HSL color Cylindrical-coordinate representation of color #542701: hue angle of 27.47º 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 #542701 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 39 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.67 |
| HSL | 27.47º | 0.98% | 0.17% | - |
| HSV(B) | 27.47º | 0.99% | 0.33% | - |
| XYZ | 4.39 | 3.34 | 0.44 | - |
| YUV | 48.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 1 | 0 | 0.54 | 0.99 | 0.67 | 27.47 | 0.98 | 0.17 |
| Hex | 54 | 27 | 1 | 0 | 36 | 63 | 43 | 1B | 62 | 11 |
| Octal | 124 | 47 | 1 | 0 | 66 | 143 | 103 | 33 | 142 | 21 |
| Binary | 1010100 | 100111 | 1 | 0 | 110110 | 1100011 | 1000011 | 11011 | 1100010 | 10001 |
Color Harmonies of #542701
Complementary color
Monochromatic Colors of #542701
Black with #542701
Text Example
Text Example
White with #542701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542701; }
p { color: rgb(84,39,1); }
H1.HeaderClassName
{
color: #542701;
}
.AnyTagClassName
{
color: #542701;
}
</style>
background-color css
<style>
a { background-color: #542701; }
a { background-color: rgb(84,39,1); }
div.DivClassName
{
background-color: #542701;
}
.BgClassName
{
background-color: #542701;
}
</style>
border-color css
<style>
span { border-color: #542701; }
span { border-color: rgb(84,39,1); }
td.TdClassName
{
border-color: #542701;
}
.TagClassName
{
border-color: #542701;
}
</style>