Shades of Baker's Chocolate #543C09
Tints of Baker's Chocolate #543C09
RGB
CMYK
RGB Variations
Color information
#543C09 (or 0x543C09) is known color: Baker's Chocolate. HEX triplet: 54, 3C and 09. RGB value is (84,60,9). Sum of RGB (Red+Green+Blue) = 84+60+9=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #543C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C09 is #ABC3F6. Grayscale: #3D3D3D. Windows color (decimal): -11256823 or 605268. OLE color: 605268.
HSL color Cylindrical-coordinate representation of color #543C09: hue angle of 40.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #543C09 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 9 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.67 |
| HSL | 40.8º | 0.81% | 0.18% | - |
| HSV(B) | 40.8º | 0.89% | 0.33% | - |
| XYZ | 5.32 | 5.14 | 0.97 | - |
| YUV | 61.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 9 | 0 | 0.29 | 0.89 | 0.67 | 40.8 | 0.81 | 0.18 |
| Hex | 54 | 3C | 9 | 0 | 1D | 59 | 43 | 29 | 51 | 12 |
| Octal | 124 | 74 | 11 | 0 | 35 | 131 | 103 | 51 | 121 | 22 |
| Binary | 1010100 | 111100 | 1001 | 0 | 11101 | 1011001 | 1000011 | 101001 | 1010001 | 10010 |
Color Harmonies of #543C09
Complementary color
Monochromatic Colors of #543C09
Black with #543C09
Text Example
Text Example
White with #543C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C09; }
p { color: rgb(84,60,9); }
H1.HeaderClassName
{
color: #543C09;
}
.AnyTagClassName
{
color: #543C09;
}
</style>
background-color css
<style>
a { background-color: #543C09; }
a { background-color: rgb(84,60,9); }
div.DivClassName
{
background-color: #543C09;
}
.BgClassName
{
background-color: #543C09;
}
</style>
border-color css
<style>
span { border-color: #543C09; }
span { border-color: rgb(84,60,9); }
td.TdClassName
{
border-color: #543C09;
}
.TagClassName
{
border-color: #543C09;
}
</style>