Shades of Baker's Chocolate #543405
Tints of Baker's Chocolate #543405
RGB
CMYK
RGB Variations
Color information
#543405 (or 0x543405) is known color: Baker's Chocolate. HEX triplet: 54, 34 and 05. RGB value is (84,52,5). Sum of RGB (Red+Green+Blue) = 84+52+5=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #543405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543405 is #ABCBFA. Grayscale: #383838. Windows color (decimal): -11258875 or 341076. OLE color: 341076.
HSL color Cylindrical-coordinate representation of color #543405: hue angle of 35.7º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #543405 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 52 | 5 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.67 |
| HSL | 35.7º | 0.89% | 0.17% | - |
| HSV(B) | 35.7º | 0.94% | 0.33% | - |
| XYZ | 4.91 | 4.35 | 0.72 | - |
| YUV | 56.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 5 | 0 | 0.38 | 0.94 | 0.67 | 35.7 | 0.89 | 0.17 |
| Hex | 54 | 34 | 5 | 0 | 26 | 5E | 43 | 24 | 59 | 11 |
| Octal | 124 | 64 | 5 | 0 | 46 | 136 | 103 | 44 | 131 | 21 |
| Binary | 1010100 | 110100 | 101 | 0 | 100110 | 1011110 | 1000011 | 100100 | 1011001 | 10001 |
Color Harmonies of #543405
Complementary color
Monochromatic Colors of #543405
Black with #543405
Text Example
Text Example
White with #543405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543405; }
p { color: rgb(84,52,5); }
H1.HeaderClassName
{
color: #543405;
}
.AnyTagClassName
{
color: #543405;
}
</style>
background-color css
<style>
a { background-color: #543405; }
a { background-color: rgb(84,52,5); }
div.DivClassName
{
background-color: #543405;
}
.BgClassName
{
background-color: #543405;
}
</style>
border-color css
<style>
span { border-color: #543405; }
span { border-color: rgb(84,52,5); }
td.TdClassName
{
border-color: #543405;
}
.TagClassName
{
border-color: #543405;
}
</style>