Shades of Baker's Chocolate #54210B
Tints of Baker's Chocolate #54210B
RGB
CMYK
RGB Variations
Color information
#54210B (or 0x54210B) is known color: Baker's Chocolate. HEX triplet: 54, 21 and 0B. RGB value is (84,33,11). Sum of RGB (Red+Green+Blue) = 84+33+11=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54210B is #ABDEF4. Grayscale: #2D2D2D. Windows color (decimal): -11263733 or 729428. OLE color: 729428.
HSL color Cylindrical-coordinate representation of color #54210B: hue angle of 18.08º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54210B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 33 | 11 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.67 |
| HSL | 18.08º | 0.77% | 0.19% | - |
| HSV(B) | 18.08º | 0.87% | 0.33% | - |
| XYZ | 4.26 | 3 | 0.67 | - |
| YUV | 45.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 11 | 0 | 0.61 | 0.87 | 0.67 | 18.08 | 0.77 | 0.19 |
| Hex | 54 | 21 | B | 0 | 3D | 57 | 43 | 12 | 4D | 13 |
| Octal | 124 | 41 | 13 | 0 | 75 | 127 | 103 | 22 | 115 | 23 |
| Binary | 1010100 | 100001 | 1011 | 0 | 111101 | 1010111 | 1000011 | 10010 | 1001101 | 10011 |
Color Harmonies of #54210B
Complementary color
Monochromatic Colors of #54210B
Black with #54210B
Text Example
Text Example
White with #54210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54210B; }
p { color: rgb(84,33,11); }
H1.HeaderClassName
{
color: #54210B;
}
.AnyTagClassName
{
color: #54210B;
}
</style>
background-color css
<style>
a { background-color: #54210B; }
a { background-color: rgb(84,33,11); }
div.DivClassName
{
background-color: #54210B;
}
.BgClassName
{
background-color: #54210B;
}
</style>
border-color css
<style>
span { border-color: #54210B; }
span { border-color: rgb(84,33,11); }
td.TdClassName
{
border-color: #54210B;
}
.TagClassName
{
border-color: #54210B;
}
</style>