Shades of Baker's Chocolate #543C14
Tints of Baker's Chocolate #543C14
RGB
CMYK
RGB Variations
Color information
#543C14 (or 0x543C14) is known color: Baker's Chocolate. HEX triplet: 54, 3C and 14. RGB value is (84,60,20). Sum of RGB (Red+Green+Blue) = 84+60+20=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #543C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C14 is #ABC3EB. Grayscale: #3E3E3E. Windows color (decimal): -11256812 or 1326164. OLE color: 1326164.
HSL color Cylindrical-coordinate representation of color #543C14: hue angle of 37.5º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #543C14 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 20 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.67 |
| HSL | 37.5º | 0.62% | 0.2% | - |
| HSV(B) | 37.5º | 0.76% | 0.33% | - |
| XYZ | 5.4 | 5.17 | 1.37 | - |
| YUV | 62.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 20 | 0 | 0.29 | 0.76 | 0.67 | 37.5 | 0.62 | 0.2 |
| Hex | 54 | 3C | 14 | 0 | 1D | 4C | 43 | 26 | 3E | 14 |
| Octal | 124 | 74 | 24 | 0 | 35 | 114 | 103 | 46 | 76 | 24 |
| Binary | 1010100 | 111100 | 10100 | 0 | 11101 | 1001100 | 1000011 | 100110 | 111110 | 10100 |
Color Harmonies of #543C14
Complementary color
Monochromatic Colors of #543C14
Black with #543C14
Text Example
Text Example
White with #543C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C14; }
p { color: rgb(84,60,20); }
H1.HeaderClassName
{
color: #543C14;
}
.AnyTagClassName
{
color: #543C14;
}
</style>
background-color css
<style>
a { background-color: #543C14; }
a { background-color: rgb(84,60,20); }
div.DivClassName
{
background-color: #543C14;
}
.BgClassName
{
background-color: #543C14;
}
</style>
border-color css
<style>
span { border-color: #543C14; }
span { border-color: rgb(84,60,20); }
td.TdClassName
{
border-color: #543C14;
}
.TagClassName
{
border-color: #543C14;
}
</style>