Shades of Baker's Chocolate #542700
Tints of Baker's Chocolate #542700
RGB
CMYK
RGB Variations
Color information
#542700 (or 0x542700) is known color: Baker's Chocolate. HEX triplet: 54, 27 and 00. RGB value is (84,39,0). Sum of RGB (Red+Green+Blue) = 84+39+0=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #542700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542700 is #ABD8FF. Grayscale: #303030. Windows color (decimal): -11262208 or 10068. OLE color: 10068.
HSL color Cylindrical-coordinate representation of color #542700: hue angle of 27.86º 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 #542700 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 39 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.67 |
| HSL | 27.86º | 1% | 0.16% | - |
| HSV(B) | 27.86º | 1% | 0.33% | - |
| XYZ | 4.38 | 3.34 | 0.41 | - |
| YUV | 48.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 0 | 0 | 0.54 | 1 | 0.67 | 27.86 | 1 | 0.16 |
| Hex | 54 | 27 | 0 | 0 | 36 | 64 | 43 | 1C | 64 | 10 |
| Octal | 124 | 47 | 0 | 0 | 66 | 144 | 103 | 34 | 144 | 20 |
| Binary | 1010100 | 100111 | 0 | 0 | 110110 | 1100100 | 1000011 | 11100 | 1100100 | 10000 |
Color Harmonies of #542700
Complementary color
Monochromatic Colors of #542700
Black with #542700
Text Example
Text Example
White with #542700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542700; }
p { color: rgb(84,39,0); }
H1.HeaderClassName
{
color: #542700;
}
.AnyTagClassName
{
color: #542700;
}
</style>
background-color css
<style>
a { background-color: #542700; }
a { background-color: rgb(84,39,0); }
div.DivClassName
{
background-color: #542700;
}
.BgClassName
{
background-color: #542700;
}
</style>
border-color css
<style>
span { border-color: #542700; }
span { border-color: rgb(84,39,0); }
td.TdClassName
{
border-color: #542700;
}
.TagClassName
{
border-color: #542700;
}
</style>