Shades of Baker's Chocolate #54390C
Tints of Baker's Chocolate #54390C
RGB
CMYK
RGB Variations
Color information
#54390C (or 0x54390C) is known color: Baker's Chocolate. HEX triplet: 54, 39 and 0C. RGB value is (84,57,12). Sum of RGB (Red+Green+Blue) = 84+57+12=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54390C is #ABC6F3. Grayscale: #3C3C3C. Windows color (decimal): -11257588 or 801108. OLE color: 801108.
HSL color Cylindrical-coordinate representation of color #54390C: hue angle of 37.5º 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 #54390C is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 12 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.67 |
| HSL | 37.5º | 0.75% | 0.19% | - |
| HSV(B) | 37.5º | 0.86% | 0.33% | - |
| XYZ | 5.19 | 4.84 | 1.01 | - |
| YUV | 59.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 12 | 0 | 0.32 | 0.86 | 0.67 | 37.5 | 0.75 | 0.19 |
| Hex | 54 | 39 | C | 0 | 20 | 56 | 43 | 26 | 4B | 13 |
| Octal | 124 | 71 | 14 | 0 | 40 | 126 | 103 | 46 | 113 | 23 |
| Binary | 1010100 | 111001 | 1100 | 0 | 100000 | 1010110 | 1000011 | 100110 | 1001011 | 10011 |
Color Harmonies of #54390C
Complementary color
Monochromatic Colors of #54390C
Black with #54390C
Text Example
Text Example
White with #54390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54390C; }
p { color: rgb(84,57,12); }
H1.HeaderClassName
{
color: #54390C;
}
.AnyTagClassName
{
color: #54390C;
}
</style>
background-color css
<style>
a { background-color: #54390C; }
a { background-color: rgb(84,57,12); }
div.DivClassName
{
background-color: #54390C;
}
.BgClassName
{
background-color: #54390C;
}
</style>
border-color css
<style>
span { border-color: #54390C; }
span { border-color: rgb(84,57,12); }
td.TdClassName
{
border-color: #54390C;
}
.TagClassName
{
border-color: #54390C;
}
</style>