Shades of Baker's Chocolate #512705
Tints of Baker's Chocolate #512705
RGB
CMYK
RGB Variations
Color information
#512705 (or 0x512705) is known color: Baker's Chocolate. HEX triplet: 51, 27 and 05. RGB value is (81,39,5). Sum of RGB (Red+Green+Blue) = 81+39+5=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #512705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512705 is #AED8FA. Grayscale: #2F2F2F. Windows color (decimal): -11458811 or 337745. OLE color: 337745.
HSL color Cylindrical-coordinate representation of color #512705: hue angle of 26.84º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #512705 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 39 | 5 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.68 |
| HSL | 26.84º | 0.88% | 0.17% | - |
| HSV(B) | 26.84º | 0.94% | 0.32% | - |
| XYZ | 4.15 | 3.21 | 0.54 | - |
| YUV | 47.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 5 | 0 | 0.52 | 0.94 | 0.68 | 26.84 | 0.88 | 0.17 |
| Hex | 51 | 27 | 5 | 0 | 34 | 5E | 44 | 1B | 58 | 11 |
| Octal | 121 | 47 | 5 | 0 | 64 | 136 | 104 | 33 | 130 | 21 |
| Binary | 1010001 | 100111 | 101 | 0 | 110100 | 1011110 | 1000100 | 11011 | 1011000 | 10001 |
Color Harmonies of #512705
Complementary color
Monochromatic Colors of #512705
Black with #512705
Text Example
Text Example
White with #512705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512705; }
p { color: rgb(81,39,5); }
H1.HeaderClassName
{
color: #512705;
}
.AnyTagClassName
{
color: #512705;
}
</style>
background-color css
<style>
a { background-color: #512705; }
a { background-color: rgb(81,39,5); }
div.DivClassName
{
background-color: #512705;
}
.BgClassName
{
background-color: #512705;
}
</style>
border-color css
<style>
span { border-color: #512705; }
span { border-color: rgb(81,39,5); }
td.TdClassName
{
border-color: #512705;
}
.TagClassName
{
border-color: #512705;
}
</style>