Shades of Baker's Chocolate #54240D
Tints of Baker's Chocolate #54240D
RGB
CMYK
RGB Variations
Color information
#54240D (or 0x54240D) is known color: Baker's Chocolate. HEX triplet: 54, 24 and 0D. RGB value is (84,36,13). Sum of RGB (Red+Green+Blue) = 84+36+13=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #54240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54240D is #ABDBF2. Grayscale: #2F2F2F. Windows color (decimal): -11262963 or 861268. OLE color: 861268.
HSL color Cylindrical-coordinate representation of color #54240D: hue angle of 19.44º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54240D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 36 | 13 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.67 |
| HSL | 19.44º | 0.73% | 0.19% | - |
| HSV(B) | 19.44º | 0.85% | 0.33% | - |
| XYZ | 4.36 | 3.18 | 0.76 | - |
| YUV | 47.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 13 | 0 | 0.57 | 0.85 | 0.67 | 19.44 | 0.73 | 0.19 |
| Hex | 54 | 24 | D | 0 | 39 | 55 | 43 | 13 | 49 | 13 |
| Octal | 124 | 44 | 15 | 0 | 71 | 125 | 103 | 23 | 111 | 23 |
| Binary | 1010100 | 100100 | 1101 | 0 | 111001 | 1010101 | 1000011 | 10011 | 1001001 | 10011 |
Color Harmonies of #54240D
Complementary color
Monochromatic Colors of #54240D
Black with #54240D
Text Example
Text Example
White with #54240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54240D; }
p { color: rgb(84,36,13); }
H1.HeaderClassName
{
color: #54240D;
}
.AnyTagClassName
{
color: #54240D;
}
</style>
background-color css
<style>
a { background-color: #54240D; }
a { background-color: rgb(84,36,13); }
div.DivClassName
{
background-color: #54240D;
}
.BgClassName
{
background-color: #54240D;
}
</style>
border-color css
<style>
span { border-color: #54240D; }
span { border-color: rgb(84,36,13); }
td.TdClassName
{
border-color: #54240D;
}
.TagClassName
{
border-color: #54240D;
}
</style>