Shades of Baker's Chocolate #54220B
Tints of Baker's Chocolate #54220B
RGB
CMYK
RGB Variations
Color information
#54220B (or 0x54220B) is known color: Baker's Chocolate. HEX triplet: 54, 22 and 0B. RGB value is (84,34,11). Sum of RGB (Red+Green+Blue) = 84+34+11=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #54220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54220B is #ABDDF4. Grayscale: #2E2E2E. Windows color (decimal): -11263477 or 729684. OLE color: 729684.
HSL color Cylindrical-coordinate representation of color #54220B: hue angle of 18.9º 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 #54220B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 34 | 11 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.67 |
| HSL | 18.9º | 0.77% | 0.19% | - |
| HSV(B) | 18.9º | 0.87% | 0.33% | - |
| XYZ | 4.29 | 3.05 | 0.68 | - |
| YUV | 46.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 11 | 0 | 0.60 | 0.87 | 0.67 | 18.9 | 0.77 | 0.19 |
| Hex | 54 | 22 | B | 0 | 3C | 57 | 43 | 13 | 4D | 13 |
| Octal | 124 | 42 | 13 | 0 | 74 | 127 | 103 | 23 | 115 | 23 |
| Binary | 1010100 | 100010 | 1011 | 0 | 111100 | 1010111 | 1000011 | 10011 | 1001101 | 10011 |
Color Harmonies of #54220B
Complementary color
Monochromatic Colors of #54220B
Black with #54220B
Text Example
Text Example
White with #54220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54220B; }
p { color: rgb(84,34,11); }
H1.HeaderClassName
{
color: #54220B;
}
.AnyTagClassName
{
color: #54220B;
}
</style>
background-color css
<style>
a { background-color: #54220B; }
a { background-color: rgb(84,34,11); }
div.DivClassName
{
background-color: #54220B;
}
.BgClassName
{
background-color: #54220B;
}
</style>
border-color css
<style>
span { border-color: #54220B; }
span { border-color: rgb(84,34,11); }
td.TdClassName
{
border-color: #54220B;
}
.TagClassName
{
border-color: #54220B;
}
</style>