Shades of Baker's Chocolate #543212
Tints of Baker's Chocolate #543212
RGB
CMYK
RGB Variations
Color information
#543212 (or 0x543212) is known color: Baker's Chocolate. HEX triplet: 54, 32 and 12. RGB value is (84,50,18). Sum of RGB (Red+Green+Blue) = 84+50+18=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #543212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543212 is #ABCDED. Grayscale: #383838. Windows color (decimal): -11259374 or 1192532. OLE color: 1192532.
HSL color Cylindrical-coordinate representation of color #543212: hue angle of 29.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #543212 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 50 | 18 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.67 |
| HSL | 29.09º | 0.65% | 0.2% | - |
| HSV(B) | 29.09º | 0.79% | 0.33% | - |
| XYZ | 4.91 | 4.21 | 1.13 | - |
| YUV | 56.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 18 | 0 | 0.40 | 0.79 | 0.67 | 29.09 | 0.65 | 0.2 |
| Hex | 54 | 32 | 12 | 0 | 28 | 4F | 43 | 1D | 41 | 14 |
| Octal | 124 | 62 | 22 | 0 | 50 | 117 | 103 | 35 | 101 | 24 |
| Binary | 1010100 | 110010 | 10010 | 0 | 101000 | 1001111 | 1000011 | 11101 | 1000001 | 10100 |
Color Harmonies of #543212
Complementary color
Monochromatic Colors of #543212
Black with #543212
Text Example
Text Example
White with #543212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543212; }
p { color: rgb(84,50,18); }
H1.HeaderClassName
{
color: #543212;
}
.AnyTagClassName
{
color: #543212;
}
</style>
background-color css
<style>
a { background-color: #543212; }
a { background-color: rgb(84,50,18); }
div.DivClassName
{
background-color: #543212;
}
.BgClassName
{
background-color: #543212;
}
</style>
border-color css
<style>
span { border-color: #543212; }
span { border-color: rgb(84,50,18); }
td.TdClassName
{
border-color: #543212;
}
.TagClassName
{
border-color: #543212;
}
</style>