Shades of Baker's Chocolate #542C00
Tints of Baker's Chocolate #542C00
RGB
CMYK
RGB Variations
Color information
#542C00 (or 0x542C00) is known color: Baker's Chocolate. HEX triplet: 54, 2C and 00. RGB value is (84,44,0). Sum of RGB (Red+Green+Blue) = 84+44+0=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #542C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C00 is #ABD3FF. Grayscale: #333333. Windows color (decimal): -11260928 or 11348. OLE color: 11348.
HSL color Cylindrical-coordinate representation of color #542C00: hue angle of 31.43º 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 #542C00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.67 |
| HSL | 31.43º | 1% | 0.16% | - |
| HSV(B) | 31.43º | 1% | 0.33% | - |
| XYZ | 4.56 | 3.69 | 0.47 | - |
| YUV | 50.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 0 | 0 | 0.48 | 1 | 0.67 | 31.43 | 1 | 0.16 |
| Hex | 54 | 2C | 0 | 0 | 30 | 64 | 43 | 1F | 64 | 10 |
| Octal | 124 | 54 | 0 | 0 | 60 | 144 | 103 | 37 | 144 | 20 |
| Binary | 1010100 | 101100 | 0 | 0 | 110000 | 1100100 | 1000011 | 11111 | 1100100 | 10000 |
Color Harmonies of #542C00
Complementary color
Monochromatic Colors of #542C00
Black with #542C00
Text Example
Text Example
White with #542C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C00; }
p { color: rgb(84,44,0); }
H1.HeaderClassName
{
color: #542C00;
}
.AnyTagClassName
{
color: #542C00;
}
</style>
background-color css
<style>
a { background-color: #542C00; }
a { background-color: rgb(84,44,0); }
div.DivClassName
{
background-color: #542C00;
}
.BgClassName
{
background-color: #542C00;
}
</style>
border-color css
<style>
span { border-color: #542C00; }
span { border-color: rgb(84,44,0); }
td.TdClassName
{
border-color: #542C00;
}
.TagClassName
{
border-color: #542C00;
}
</style>