Shades of Baker's Chocolate #543C03
Tints of Baker's Chocolate #543C03
RGB
CMYK
RGB Variations
Color information
#543C03 (or 0x543C03) is known color: Baker's Chocolate. HEX triplet: 54, 3C and 03. RGB value is (84,60,3). Sum of RGB (Red+Green+Blue) = 84+60+3=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #543C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C03 is #ABC3FC. Grayscale: #3C3C3C. Windows color (decimal): -11256829 or 212052. OLE color: 212052.
HSL color Cylindrical-coordinate representation of color #543C03: hue angle of 42.22º 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 #543C03 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 3 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.67 |
| HSL | 42.22º | 0.93% | 0.17% | - |
| HSV(B) | 42.22º | 0.96% | 0.33% | - |
| XYZ | 5.29 | 5.12 | 0.8 | - |
| YUV | 60.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 3 | 0 | 0.29 | 0.96 | 0.67 | 42.22 | 0.93 | 0.17 |
| Hex | 54 | 3C | 3 | 0 | 1D | 60 | 43 | 2A | 5D | 11 |
| Octal | 124 | 74 | 3 | 0 | 35 | 140 | 103 | 52 | 135 | 21 |
| Binary | 1010100 | 111100 | 11 | 0 | 11101 | 1100000 | 1000011 | 101010 | 1011101 | 10001 |
Color Harmonies of #543C03
Complementary color
Monochromatic Colors of #543C03
Black with #543C03
Text Example
Text Example
White with #543C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C03; }
p { color: rgb(84,60,3); }
H1.HeaderClassName
{
color: #543C03;
}
.AnyTagClassName
{
color: #543C03;
}
</style>
background-color css
<style>
a { background-color: #543C03; }
a { background-color: rgb(84,60,3); }
div.DivClassName
{
background-color: #543C03;
}
.BgClassName
{
background-color: #543C03;
}
</style>
border-color css
<style>
span { border-color: #543C03; }
span { border-color: rgb(84,60,3); }
td.TdClassName
{
border-color: #543C03;
}
.TagClassName
{
border-color: #543C03;
}
</style>