Shades of Baker's Chocolate #54280E
Tints of Baker's Chocolate #54280E
RGB
CMYK
RGB Variations
Color information
#54280E (or 0x54280E) is known color: Baker's Chocolate. HEX triplet: 54, 28 and 0E. RGB value is (84,40,14). Sum of RGB (Red+Green+Blue) = 84+40+14=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #54280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54280E is #ABD7F1. Grayscale: #323232. Windows color (decimal): -11261938 or 927828. OLE color: 927828.
HSL color Cylindrical-coordinate representation of color #54280E: hue angle of 22.29º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54280E is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 40 | 14 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.67 |
| HSL | 22.29º | 0.71% | 0.19% | - |
| HSV(B) | 22.29º | 0.83% | 0.33% | - |
| XYZ | 4.49 | 3.43 | 0.84 | - |
| YUV | 50.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 14 | 0 | 0.52 | 0.83 | 0.67 | 22.29 | 0.71 | 0.19 |
| Hex | 54 | 28 | E | 0 | 34 | 53 | 43 | 16 | 47 | 13 |
| Octal | 124 | 50 | 16 | 0 | 64 | 123 | 103 | 26 | 107 | 23 |
| Binary | 1010100 | 101000 | 1110 | 0 | 110100 | 1010011 | 1000011 | 10110 | 1000111 | 10011 |
Color Harmonies of #54280E
Complementary color
Monochromatic Colors of #54280E
Black with #54280E
Text Example
Text Example
White with #54280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54280E; }
p { color: rgb(84,40,14); }
H1.HeaderClassName
{
color: #54280E;
}
.AnyTagClassName
{
color: #54280E;
}
</style>
background-color css
<style>
a { background-color: #54280E; }
a { background-color: rgb(84,40,14); }
div.DivClassName
{
background-color: #54280E;
}
.BgClassName
{
background-color: #54280E;
}
</style>
border-color css
<style>
span { border-color: #54280E; }
span { border-color: rgb(84,40,14); }
td.TdClassName
{
border-color: #54280E;
}
.TagClassName
{
border-color: #54280E;
}
</style>