Shades of Baker's Chocolate #543616
Tints of Baker's Chocolate #543616
RGB
CMYK
RGB Variations
Color information
#543616 (or 0x543616) is known color: Baker's Chocolate. HEX triplet: 54, 36 and 16. RGB value is (84,54,22). Sum of RGB (Red+Green+Blue) = 84+54+22=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #543616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543616 is #ABC9E9. Grayscale: #3B3B3B. Windows color (decimal): -11258346 or 1455700. OLE color: 1455700.
HSL color Cylindrical-coordinate representation of color #543616: hue angle of 30.97º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #543616 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 54 | 22 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.67 |
| HSL | 30.97º | 0.58% | 0.21% | - |
| HSV(B) | 30.97º | 0.74% | 0.33% | - |
| XYZ | 5.12 | 4.58 | 1.37 | - |
| YUV | 59.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 54 | 22 | 0 | 0.36 | 0.74 | 0.67 | 30.97 | 0.58 | 0.21 |
| Hex | 54 | 36 | 16 | 0 | 24 | 4A | 43 | 1F | 3A | 15 |
| Octal | 124 | 66 | 26 | 0 | 44 | 112 | 103 | 37 | 72 | 25 |
| Binary | 1010100 | 110110 | 10110 | 0 | 100100 | 1001010 | 1000011 | 11111 | 111010 | 10101 |
Color Harmonies of #543616
Complementary color
Monochromatic Colors of #543616
Black with #543616
Text Example
Text Example
White with #543616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543616; }
p { color: rgb(84,54,22); }
H1.HeaderClassName
{
color: #543616;
}
.AnyTagClassName
{
color: #543616;
}
</style>
background-color css
<style>
a { background-color: #543616; }
a { background-color: rgb(84,54,22); }
div.DivClassName
{
background-color: #543616;
}
.BgClassName
{
background-color: #543616;
}
</style>
border-color css
<style>
span { border-color: #543616; }
span { border-color: rgb(84,54,22); }
td.TdClassName
{
border-color: #543616;
}
.TagClassName
{
border-color: #543616;
}
</style>