Shades of Baker's Chocolate #51260C
Tints of Baker's Chocolate #51260C
RGB
CMYK
RGB Variations
Color information
#51260C (or 0x51260C) is known color: Baker's Chocolate. HEX triplet: 51, 26 and 0C. RGB value is (81,38,12). Sum of RGB (Red+Green+Blue) = 81+38+12=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51260C is #AED9F3. Grayscale: #303030. Windows color (decimal): -11459060 or 796241. OLE color: 796241.
HSL color Cylindrical-coordinate representation of color #51260C: hue angle of 22.61º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51260C is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 12 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.68 |
| HSL | 22.61º | 0.74% | 0.18% | - |
| HSV(B) | 22.61º | 0.85% | 0.32% | - |
| XYZ | 4.15 | 3.16 | 0.74 | - |
| YUV | 47.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 12 | 0 | 0.53 | 0.85 | 0.68 | 22.61 | 0.74 | 0.18 |
| Hex | 51 | 26 | C | 0 | 35 | 55 | 44 | 17 | 4A | 12 |
| Octal | 121 | 46 | 14 | 0 | 65 | 125 | 104 | 27 | 112 | 22 |
| Binary | 1010001 | 100110 | 1100 | 0 | 110101 | 1010101 | 1000100 | 10111 | 1001010 | 10010 |
Color Harmonies of #51260C
Complementary color
Monochromatic Colors of #51260C
Black with #51260C
Text Example
Text Example
White with #51260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51260C; }
p { color: rgb(81,38,12); }
H1.HeaderClassName
{
color: #51260C;
}
.AnyTagClassName
{
color: #51260C;
}
</style>
background-color css
<style>
a { background-color: #51260C; }
a { background-color: rgb(81,38,12); }
div.DivClassName
{
background-color: #51260C;
}
.BgClassName
{
background-color: #51260C;
}
</style>
border-color css
<style>
span { border-color: #51260C; }
span { border-color: rgb(81,38,12); }
td.TdClassName
{
border-color: #51260C;
}
.TagClassName
{
border-color: #51260C;
}
</style>