Shades of Baker's Chocolate #54220C
Tints of Baker's Chocolate #54220C
RGB
CMYK
RGB Variations
Color information
#54220C (or 0x54220C) is known color: Baker's Chocolate. HEX triplet: 54, 22 and 0C. RGB value is (84,34,12). Sum of RGB (Red+Green+Blue) = 84+34+12=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54220C is #ABDDF3. Grayscale: #2E2E2E. Windows color (decimal): -11263476 or 795220. OLE color: 795220.
HSL color Cylindrical-coordinate representation of color #54220C: hue angle of 18.33º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54220C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 34 | 12 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.67 |
| HSL | 18.33º | 0.75% | 0.19% | - |
| HSV(B) | 18.33º | 0.86% | 0.33% | - |
| XYZ | 4.29 | 3.06 | 0.71 | - |
| YUV | 46.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 12 | 0 | 0.60 | 0.86 | 0.67 | 18.33 | 0.75 | 0.19 |
| Hex | 54 | 22 | C | 0 | 3C | 56 | 43 | 12 | 4B | 13 |
| Octal | 124 | 42 | 14 | 0 | 74 | 126 | 103 | 22 | 113 | 23 |
| Binary | 1010100 | 100010 | 1100 | 0 | 111100 | 1010110 | 1000011 | 10010 | 1001011 | 10011 |
Color Harmonies of #54220C
Complementary color
Monochromatic Colors of #54220C
Black with #54220C
Text Example
Text Example
White with #54220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54220C; }
p { color: rgb(84,34,12); }
H1.HeaderClassName
{
color: #54220C;
}
.AnyTagClassName
{
color: #54220C;
}
</style>
background-color css
<style>
a { background-color: #54220C; }
a { background-color: rgb(84,34,12); }
div.DivClassName
{
background-color: #54220C;
}
.BgClassName
{
background-color: #54220C;
}
</style>
border-color css
<style>
span { border-color: #54220C; }
span { border-color: rgb(84,34,12); }
td.TdClassName
{
border-color: #54220C;
}
.TagClassName
{
border-color: #54220C;
}
</style>