Shades of Baker's Chocolate #542F03
Tints of Baker's Chocolate #542F03
RGB
CMYK
RGB Variations
Color information
#542F03 (or 0x542F03) is known color: Baker's Chocolate. HEX triplet: 54, 2F and 03. RGB value is (84,47,3). Sum of RGB (Red+Green+Blue) = 84+47+3=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #542F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F03 is #ABD0FC. Grayscale: #353535. Windows color (decimal): -11260157 or 208724. OLE color: 208724.
HSL color Cylindrical-coordinate representation of color #542F03: hue angle of 32.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #542F03 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 3 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.67 |
| HSL | 32.59º | 0.93% | 0.17% | - |
| HSV(B) | 32.59º | 0.96% | 0.33% | - |
| XYZ | 4.69 | 3.92 | 0.6 | - |
| YUV | 53.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 3 | 0 | 0.44 | 0.96 | 0.67 | 32.59 | 0.93 | 0.17 |
| Hex | 54 | 2F | 3 | 0 | 2C | 60 | 43 | 21 | 5D | 11 |
| Octal | 124 | 57 | 3 | 0 | 54 | 140 | 103 | 41 | 135 | 21 |
| Binary | 1010100 | 101111 | 11 | 0 | 101100 | 1100000 | 1000011 | 100001 | 1011101 | 10001 |
Color Harmonies of #542F03
Complementary color
Monochromatic Colors of #542F03
Black with #542F03
Text Example
Text Example
White with #542F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F03; }
p { color: rgb(84,47,3); }
H1.HeaderClassName
{
color: #542F03;
}
.AnyTagClassName
{
color: #542F03;
}
</style>
background-color css
<style>
a { background-color: #542F03; }
a { background-color: rgb(84,47,3); }
div.DivClassName
{
background-color: #542F03;
}
.BgClassName
{
background-color: #542F03;
}
</style>
border-color css
<style>
span { border-color: #542F03; }
span { border-color: rgb(84,47,3); }
td.TdClassName
{
border-color: #542F03;
}
.TagClassName
{
border-color: #542F03;
}
</style>