Shades of Baker's Chocolate #512607
Tints of Baker's Chocolate #512607
RGB
CMYK
RGB Variations
Color information
#512607 (or 0x512607) is known color: Baker's Chocolate. HEX triplet: 51, 26 and 07. RGB value is (81,38,7). Sum of RGB (Red+Green+Blue) = 81+38+7=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #512607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512607 is #AED9F8. Grayscale: #2F2F2F. Windows color (decimal): -11459065 or 468561. OLE color: 468561.
HSL color Cylindrical-coordinate representation of color #512607: hue angle of 25.14º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #512607 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 7 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.68 |
| HSL | 25.14º | 0.84% | 0.17% | - |
| HSV(B) | 25.14º | 0.91% | 0.32% | - |
| XYZ | 4.12 | 3.15 | 0.59 | - |
| YUV | 47.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 7 | 0 | 0.53 | 0.91 | 0.68 | 25.14 | 0.84 | 0.17 |
| Hex | 51 | 26 | 7 | 0 | 35 | 5B | 44 | 19 | 54 | 11 |
| Octal | 121 | 46 | 7 | 0 | 65 | 133 | 104 | 31 | 124 | 21 |
| Binary | 1010001 | 100110 | 111 | 0 | 110101 | 1011011 | 1000100 | 11001 | 1010100 | 10001 |
Color Harmonies of #512607
Complementary color
Monochromatic Colors of #512607
Black with #512607
Text Example
Text Example
White with #512607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512607; }
p { color: rgb(81,38,7); }
H1.HeaderClassName
{
color: #512607;
}
.AnyTagClassName
{
color: #512607;
}
</style>
background-color css
<style>
a { background-color: #512607; }
a { background-color: rgb(81,38,7); }
div.DivClassName
{
background-color: #512607;
}
.BgClassName
{
background-color: #512607;
}
</style>
border-color css
<style>
span { border-color: #512607; }
span { border-color: rgb(81,38,7); }
td.TdClassName
{
border-color: #512607;
}
.TagClassName
{
border-color: #512607;
}
</style>