Shades of Baker's Chocolate #51210A
Tints of Baker's Chocolate #51210A
RGB
CMYK
RGB Variations
Color information
#51210A (or 0x51210A) is known color: Baker's Chocolate. HEX triplet: 51, 21 and 0A. RGB value is (81,33,10). Sum of RGB (Red+Green+Blue) = 81+33+10=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #51210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51210A is #AEDEF5. Grayscale: #2C2C2C. Windows color (decimal): -11460342 or 663889. OLE color: 663889.
HSL color Cylindrical-coordinate representation of color #51210A: hue angle of 19.44º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51210A is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 10 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.68 |
| HSL | 19.44º | 0.78% | 0.18% | - |
| HSV(B) | 19.44º | 0.88% | 0.32% | - |
| XYZ | 3.99 | 2.86 | 0.63 | - |
| YUV | 44.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 10 | 0 | 0.59 | 0.88 | 0.68 | 19.44 | 0.78 | 0.18 |
| Hex | 51 | 21 | A | 0 | 3B | 58 | 44 | 13 | 4E | 12 |
| Octal | 121 | 41 | 12 | 0 | 73 | 130 | 104 | 23 | 116 | 22 |
| Binary | 1010001 | 100001 | 1010 | 0 | 111011 | 1011000 | 1000100 | 10011 | 1001110 | 10010 |
Color Harmonies of #51210A
Complementary color
Monochromatic Colors of #51210A
Black with #51210A
Text Example
Text Example
White with #51210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51210A; }
p { color: rgb(81,33,10); }
H1.HeaderClassName
{
color: #51210A;
}
.AnyTagClassName
{
color: #51210A;
}
</style>
background-color css
<style>
a { background-color: #51210A; }
a { background-color: rgb(81,33,10); }
div.DivClassName
{
background-color: #51210A;
}
.BgClassName
{
background-color: #51210A;
}
</style>
border-color css
<style>
span { border-color: #51210A; }
span { border-color: rgb(81,33,10); }
td.TdClassName
{
border-color: #51210A;
}
.TagClassName
{
border-color: #51210A;
}
</style>