Shades of Baker's Chocolate #54290C
Tints of Baker's Chocolate #54290C
RGB
CMYK
RGB Variations
Color information
#54290C (or 0x54290C) is known color: Baker's Chocolate. HEX triplet: 54, 29 and 0C. RGB value is (84,41,12). Sum of RGB (Red+Green+Blue) = 84+41+12=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #54290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54290C is #ABD6F3. Grayscale: #323232. Windows color (decimal): -11261684 or 797012. OLE color: 797012.
HSL color Cylindrical-coordinate representation of color #54290C: hue angle of 24.17º 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 #54290C is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 41 | 12 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.67 |
| HSL | 24.17º | 0.75% | 0.19% | - |
| HSV(B) | 24.17º | 0.86% | 0.33% | - |
| XYZ | 4.52 | 3.5 | 0.78 | - |
| YUV | 50.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 12 | 0 | 0.51 | 0.86 | 0.67 | 24.17 | 0.75 | 0.19 |
| Hex | 54 | 29 | C | 0 | 33 | 56 | 43 | 18 | 4B | 13 |
| Octal | 124 | 51 | 14 | 0 | 63 | 126 | 103 | 30 | 113 | 23 |
| Binary | 1010100 | 101001 | 1100 | 0 | 110011 | 1010110 | 1000011 | 11000 | 1001011 | 10011 |
Color Harmonies of #54290C
Complementary color
Monochromatic Colors of #54290C
Black with #54290C
Text Example
Text Example
White with #54290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54290C; }
p { color: rgb(84,41,12); }
H1.HeaderClassName
{
color: #54290C;
}
.AnyTagClassName
{
color: #54290C;
}
</style>
background-color css
<style>
a { background-color: #54290C; }
a { background-color: rgb(84,41,12); }
div.DivClassName
{
background-color: #54290C;
}
.BgClassName
{
background-color: #54290C;
}
</style>
border-color css
<style>
span { border-color: #54290C; }
span { border-color: rgb(84,41,12); }
td.TdClassName
{
border-color: #54290C;
}
.TagClassName
{
border-color: #54290C;
}
</style>