Shades of Baker's Chocolate #512A06
Tints of Baker's Chocolate #512A06
RGB
CMYK
RGB Variations
Color information
#512A06 (or 0x512A06) is known color: Baker's Chocolate. HEX triplet: 51, 2A and 06. RGB value is (81,42,6). Sum of RGB (Red+Green+Blue) = 81+42+6=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #512A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512A06 is #AED5F9. Grayscale: #313131. Windows color (decimal): -11458042 or 404049. OLE color: 404049.
HSL color Cylindrical-coordinate representation of color #512A06: hue angle of 28.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #512A06 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 42 | 6 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.68 |
| HSL | 28.8º | 0.86% | 0.17% | - |
| HSV(B) | 28.8º | 0.93% | 0.32% | - |
| XYZ | 4.25 | 3.42 | 0.61 | - |
| YUV | 49.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 6 | 0 | 0.48 | 0.93 | 0.68 | 28.8 | 0.86 | 0.17 |
| Hex | 51 | 2A | 6 | 0 | 30 | 5D | 44 | 1D | 56 | 11 |
| Octal | 121 | 52 | 6 | 0 | 60 | 135 | 104 | 35 | 126 | 21 |
| Binary | 1010001 | 101010 | 110 | 0 | 110000 | 1011101 | 1000100 | 11101 | 1010110 | 10001 |
Color Harmonies of #512A06
Complementary color
Monochromatic Colors of #512A06
Black with #512A06
Text Example
Text Example
White with #512A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A06; }
p { color: rgb(81,42,6); }
H1.HeaderClassName
{
color: #512A06;
}
.AnyTagClassName
{
color: #512A06;
}
</style>
background-color css
<style>
a { background-color: #512A06; }
a { background-color: rgb(81,42,6); }
div.DivClassName
{
background-color: #512A06;
}
.BgClassName
{
background-color: #512A06;
}
</style>
border-color css
<style>
span { border-color: #512A06; }
span { border-color: rgb(81,42,6); }
td.TdClassName
{
border-color: #512A06;
}
.TagClassName
{
border-color: #512A06;
}
</style>