Shades of Baker's Chocolate #54240C
Tints of Baker's Chocolate #54240C
RGB
CMYK
RGB Variations
Color information
#54240C (or 0x54240C) is known color: Baker's Chocolate. HEX triplet: 54, 24 and 0C. RGB value is (84,36,12). Sum of RGB (Red+Green+Blue) = 84+36+12=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54240C is #ABDBF3. Grayscale: #2F2F2F. Windows color (decimal): -11262964 or 795732. OLE color: 795732.
HSL color Cylindrical-coordinate representation of color #54240C: hue angle of 20º 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 #54240C is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 36 | 12 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.67 |
| HSL | 20º | 0.75% | 0.19% | - |
| HSV(B) | 20º | 0.86% | 0.33% | - |
| XYZ | 4.35 | 3.17 | 0.73 | - |
| YUV | 47.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 12 | 0 | 0.57 | 0.86 | 0.67 | 20 | 0.75 | 0.19 |
| Hex | 54 | 24 | C | 0 | 39 | 56 | 43 | 14 | 4B | 13 |
| Octal | 124 | 44 | 14 | 0 | 71 | 126 | 103 | 24 | 113 | 23 |
| Binary | 1010100 | 100100 | 1100 | 0 | 111001 | 1010110 | 1000011 | 10100 | 1001011 | 10011 |
Color Harmonies of #54240C
Complementary color
Monochromatic Colors of #54240C
Black with #54240C
Text Example
Text Example
White with #54240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54240C; }
p { color: rgb(84,36,12); }
H1.HeaderClassName
{
color: #54240C;
}
.AnyTagClassName
{
color: #54240C;
}
</style>
background-color css
<style>
a { background-color: #54240C; }
a { background-color: rgb(84,36,12); }
div.DivClassName
{
background-color: #54240C;
}
.BgClassName
{
background-color: #54240C;
}
</style>
border-color css
<style>
span { border-color: #54240C; }
span { border-color: rgb(84,36,12); }
td.TdClassName
{
border-color: #54240C;
}
.TagClassName
{
border-color: #54240C;
}
</style>