Shades of Baker's Chocolate #51290E
Tints of Baker's Chocolate #51290E
RGB
CMYK
RGB Variations
Color information
#51290E (or 0x51290E) is known color: Baker's Chocolate. HEX triplet: 51, 29 and 0E. RGB value is (81,41,14). Sum of RGB (Red+Green+Blue) = 81+41+14=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #51290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51290E is #AED6F1. Grayscale: #323232. Windows color (decimal): -11458290 or 928081. OLE color: 928081.
HSL color Cylindrical-coordinate representation of color #51290E: hue angle of 24.18º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51290E is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 41 | 14 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.68 |
| HSL | 24.18º | 0.71% | 0.19% | - |
| HSV(B) | 24.18º | 0.83% | 0.32% | - |
| XYZ | 4.27 | 3.37 | 0.84 | - |
| YUV | 49.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 14 | 0 | 0.49 | 0.83 | 0.68 | 24.18 | 0.71 | 0.19 |
| Hex | 51 | 29 | E | 0 | 31 | 53 | 44 | 18 | 47 | 13 |
| Octal | 121 | 51 | 16 | 0 | 61 | 123 | 104 | 30 | 107 | 23 |
| Binary | 1010001 | 101001 | 1110 | 0 | 110001 | 1010011 | 1000100 | 11000 | 1000111 | 10011 |
Color Harmonies of #51290E
Complementary color
Monochromatic Colors of #51290E
Black with #51290E
Text Example
Text Example
White with #51290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51290E; }
p { color: rgb(81,41,14); }
H1.HeaderClassName
{
color: #51290E;
}
.AnyTagClassName
{
color: #51290E;
}
</style>
background-color css
<style>
a { background-color: #51290E; }
a { background-color: rgb(81,41,14); }
div.DivClassName
{
background-color: #51290E;
}
.BgClassName
{
background-color: #51290E;
}
</style>
border-color css
<style>
span { border-color: #51290E; }
span { border-color: rgb(81,41,14); }
td.TdClassName
{
border-color: #51290E;
}
.TagClassName
{
border-color: #51290E;
}
</style>