Shades of Baker's Chocolate #51340E
Tints of Baker's Chocolate #51340E
RGB
CMYK
RGB Variations
Color information
#51340E (or 0x51340E) is known color: Baker's Chocolate. HEX triplet: 51, 34 and 0E. RGB value is (81,52,14). Sum of RGB (Red+Green+Blue) = 81+52+14=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51340E is #AECBF1. Grayscale: #383838. Windows color (decimal): -11455474 or 930897. OLE color: 930897.
HSL color Cylindrical-coordinate representation of color #51340E: hue angle of 34.03º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51340E is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 52 | 14 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.68 |
| HSL | 34.03º | 0.71% | 0.19% | - |
| HSV(B) | 34.03º | 0.83% | 0.32% | - |
| XYZ | 4.7 | 4.24 | 0.99 | - |
| YUV | 56.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 14 | 0 | 0.36 | 0.83 | 0.68 | 34.03 | 0.71 | 0.19 |
| Hex | 51 | 34 | E | 0 | 24 | 53 | 44 | 22 | 47 | 13 |
| Octal | 121 | 64 | 16 | 0 | 44 | 123 | 104 | 42 | 107 | 23 |
| Binary | 1010001 | 110100 | 1110 | 0 | 100100 | 1010011 | 1000100 | 100010 | 1000111 | 10011 |
Color Harmonies of #51340E
Complementary color
Monochromatic Colors of #51340E
Black with #51340E
Text Example
Text Example
White with #51340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51340E; }
p { color: rgb(81,52,14); }
H1.HeaderClassName
{
color: #51340E;
}
.AnyTagClassName
{
color: #51340E;
}
</style>
background-color css
<style>
a { background-color: #51340E; }
a { background-color: rgb(81,52,14); }
div.DivClassName
{
background-color: #51340E;
}
.BgClassName
{
background-color: #51340E;
}
</style>
border-color css
<style>
span { border-color: #51340E; }
span { border-color: rgb(81,52,14); }
td.TdClassName
{
border-color: #51340E;
}
.TagClassName
{
border-color: #51340E;
}
</style>