Shades of Baker's Chocolate #542C01
Tints of Baker's Chocolate #542C01
RGB
CMYK
RGB Variations
Color information
#542C01 (or 0x542C01) is known color: Baker's Chocolate. HEX triplet: 54, 2C and 01. RGB value is (84,44,1). Sum of RGB (Red+Green+Blue) = 84+44+1=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #542C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C01 is #ABD3FE. Grayscale: #333333. Windows color (decimal): -11260927 or 76884. OLE color: 76884.
HSL color Cylindrical-coordinate representation of color #542C01: hue angle of 31.08º 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 #542C01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.67 |
| HSL | 31.08º | 0.98% | 0.17% | - |
| HSV(B) | 31.08º | 0.99% | 0.33% | - |
| XYZ | 4.56 | 3.69 | 0.5 | - |
| YUV | 51.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 1 | 0 | 0.48 | 0.99 | 0.67 | 31.08 | 0.98 | 0.17 |
| Hex | 54 | 2C | 1 | 0 | 30 | 63 | 43 | 1F | 62 | 11 |
| Octal | 124 | 54 | 1 | 0 | 60 | 143 | 103 | 37 | 142 | 21 |
| Binary | 1010100 | 101100 | 1 | 0 | 110000 | 1100011 | 1000011 | 11111 | 1100010 | 10001 |
Color Harmonies of #542C01
Complementary color
Monochromatic Colors of #542C01
Black with #542C01
Text Example
Text Example
White with #542C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C01; }
p { color: rgb(84,44,1); }
H1.HeaderClassName
{
color: #542C01;
}
.AnyTagClassName
{
color: #542C01;
}
</style>
background-color css
<style>
a { background-color: #542C01; }
a { background-color: rgb(84,44,1); }
div.DivClassName
{
background-color: #542C01;
}
.BgClassName
{
background-color: #542C01;
}
</style>
border-color css
<style>
span { border-color: #542C01; }
span { border-color: rgb(84,44,1); }
td.TdClassName
{
border-color: #542C01;
}
.TagClassName
{
border-color: #542C01;
}
</style>