Shades of Baker's Chocolate #512B00
Tints of Baker's Chocolate #512B00
RGB
CMYK
RGB Variations
Color information
#512B00 (or 0x512B00) is known color: Baker's Chocolate. HEX triplet: 51, 2B and 00. RGB value is (81,43,0). Sum of RGB (Red+Green+Blue) = 81+43+0=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #512B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B00 is #AED4FF. Grayscale: #313131. Windows color (decimal): -11457792 or 11089. OLE color: 11089.
HSL color Cylindrical-coordinate representation of color #512B00: hue angle of 31.85º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #512B00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 43 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.68 |
| HSL | 31.85º | 1% | 0.16% | - |
| HSV(B) | 31.85º | 1% | 0.32% | - |
| XYZ | 4.26 | 3.48 | 0.45 | - |
| YUV | 49.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 0 | 0 | 0.47 | 1 | 0.68 | 31.85 | 1 | 0.16 |
| Hex | 51 | 2B | 0 | 0 | 2F | 64 | 44 | 20 | 64 | 10 |
| Octal | 121 | 53 | 0 | 0 | 57 | 144 | 104 | 40 | 144 | 20 |
| Binary | 1010001 | 101011 | 0 | 0 | 101111 | 1100100 | 1000100 | 100000 | 1100100 | 10000 |
Color Harmonies of #512B00
Complementary color
Monochromatic Colors of #512B00
Black with #512B00
Text Example
Text Example
White with #512B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B00; }
p { color: rgb(81,43,0); }
H1.HeaderClassName
{
color: #512B00;
}
.AnyTagClassName
{
color: #512B00;
}
</style>
background-color css
<style>
a { background-color: #512B00; }
a { background-color: rgb(81,43,0); }
div.DivClassName
{
background-color: #512B00;
}
.BgClassName
{
background-color: #512B00;
}
</style>
border-color css
<style>
span { border-color: #512B00; }
span { border-color: rgb(81,43,0); }
td.TdClassName
{
border-color: #512B00;
}
.TagClassName
{
border-color: #512B00;
}
</style>