Shades of Baker's Chocolate #54310D
Tints of Baker's Chocolate #54310D
RGB
CMYK
RGB Variations
Color information
#54310D (or 0x54310D) is known color: Baker's Chocolate. HEX triplet: 54, 31 and 0D. RGB value is (84,49,13). Sum of RGB (Red+Green+Blue) = 84+49+13=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54310D is #ABCEF2. Grayscale: #373737. Windows color (decimal): -11259635 or 864596. OLE color: 864596.
HSL color Cylindrical-coordinate representation of color #54310D: hue angle of 30.42º 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 #54310D is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 49 | 13 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.67 |
| HSL | 30.42º | 0.73% | 0.19% | - |
| HSV(B) | 30.42º | 0.85% | 0.33% | - |
| XYZ | 4.83 | 4.11 | 0.92 | - |
| YUV | 55.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 13 | 0 | 0.42 | 0.85 | 0.67 | 30.42 | 0.73 | 0.19 |
| Hex | 54 | 31 | D | 0 | 2A | 55 | 43 | 1E | 49 | 13 |
| Octal | 124 | 61 | 15 | 0 | 52 | 125 | 103 | 36 | 111 | 23 |
| Binary | 1010100 | 110001 | 1101 | 0 | 101010 | 1010101 | 1000011 | 11110 | 1001001 | 10011 |
Color Harmonies of #54310D
Complementary color
Monochromatic Colors of #54310D
Black with #54310D
Text Example
Text Example
White with #54310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54310D; }
p { color: rgb(84,49,13); }
H1.HeaderClassName
{
color: #54310D;
}
.AnyTagClassName
{
color: #54310D;
}
</style>
background-color css
<style>
a { background-color: #54310D; }
a { background-color: rgb(84,49,13); }
div.DivClassName
{
background-color: #54310D;
}
.BgClassName
{
background-color: #54310D;
}
</style>
border-color css
<style>
span { border-color: #54310D; }
span { border-color: rgb(84,49,13); }
td.TdClassName
{
border-color: #54310D;
}
.TagClassName
{
border-color: #54310D;
}
</style>