Shades of Baker's Chocolate #51310D
Tints of Baker's Chocolate #51310D
RGB
CMYK
RGB Variations
Color information
#51310D (or 0x51310D) is known color: Baker's Chocolate. HEX triplet: 51, 31 and 0D. RGB value is (81,49,13). Sum of RGB (Red+Green+Blue) = 81+49+13=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51310D is #AECEF2. Grayscale: #363636. Windows color (decimal): -11456243 or 864593. OLE color: 864593.
HSL color Cylindrical-coordinate representation of color #51310D: hue angle of 31.76º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51310D is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 49 | 13 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.68 |
| HSL | 31.76º | 0.72% | 0.18% | - |
| HSV(B) | 31.76º | 0.84% | 0.32% | - |
| XYZ | 4.56 | 3.98 | 0.91 | - |
| YUV | 54.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 13 | 0 | 0.40 | 0.84 | 0.68 | 31.76 | 0.72 | 0.18 |
| Hex | 51 | 31 | D | 0 | 28 | 54 | 44 | 20 | 48 | 12 |
| Octal | 121 | 61 | 15 | 0 | 50 | 124 | 104 | 40 | 110 | 22 |
| Binary | 1010001 | 110001 | 1101 | 0 | 101000 | 1010100 | 1000100 | 100000 | 1001000 | 10010 |
Color Harmonies of #51310D
Complementary color
Monochromatic Colors of #51310D
Black with #51310D
Text Example
Text Example
White with #51310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51310D; }
p { color: rgb(81,49,13); }
H1.HeaderClassName
{
color: #51310D;
}
.AnyTagClassName
{
color: #51310D;
}
</style>
background-color css
<style>
a { background-color: #51310D; }
a { background-color: rgb(81,49,13); }
div.DivClassName
{
background-color: #51310D;
}
.BgClassName
{
background-color: #51310D;
}
</style>
border-color css
<style>
span { border-color: #51310D; }
span { border-color: rgb(81,49,13); }
td.TdClassName
{
border-color: #51310D;
}
.TagClassName
{
border-color: #51310D;
}
</style>