Shades of Baker's Chocolate #543910
Tints of Baker's Chocolate #543910
RGB
CMYK
RGB Variations
Color information
#543910 (or 0x543910) is known color: Baker's Chocolate. HEX triplet: 54, 39 and 10. RGB value is (84,57,16). Sum of RGB (Red+Green+Blue) = 84+57+16=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #543910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543910 is #ABC6EF. Grayscale: #3C3C3C. Windows color (decimal): -11257584 or 1063252. OLE color: 1063252.
HSL color Cylindrical-coordinate representation of color #543910: hue angle of 36.18º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #543910 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 16 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.67 |
| HSL | 36.18º | 0.68% | 0.2% | - |
| HSV(B) | 36.18º | 0.81% | 0.33% | - |
| XYZ | 5.21 | 4.85 | 1.15 | - |
| YUV | 60.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 16 | 0 | 0.32 | 0.81 | 0.67 | 36.18 | 0.68 | 0.2 |
| Hex | 54 | 39 | 10 | 0 | 20 | 51 | 43 | 24 | 44 | 14 |
| Octal | 124 | 71 | 20 | 0 | 40 | 121 | 103 | 44 | 104 | 24 |
| Binary | 1010100 | 111001 | 10000 | 0 | 100000 | 1010001 | 1000011 | 100100 | 1000100 | 10100 |
Color Harmonies of #543910
Complementary color
Monochromatic Colors of #543910
Black with #543910
Text Example
Text Example
White with #543910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543910; }
p { color: rgb(84,57,16); }
H1.HeaderClassName
{
color: #543910;
}
.AnyTagClassName
{
color: #543910;
}
</style>
background-color css
<style>
a { background-color: #543910; }
a { background-color: rgb(84,57,16); }
div.DivClassName
{
background-color: #543910;
}
.BgClassName
{
background-color: #543910;
}
</style>
border-color css
<style>
span { border-color: #543910; }
span { border-color: rgb(84,57,16); }
td.TdClassName
{
border-color: #543910;
}
.TagClassName
{
border-color: #543910;
}
</style>