Shades of Baker's Chocolate #51320B
Tints of Baker's Chocolate #51320B
RGB
CMYK
RGB Variations
Color information
#51320B (or 0x51320B) is known color: Baker's Chocolate. HEX triplet: 51, 32 and 0B. RGB value is (81,50,11). Sum of RGB (Red+Green+Blue) = 81+50+11=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51320B is #AECDF4. Grayscale: #373737. Windows color (decimal): -11455989 or 733777. OLE color: 733777.
HSL color Cylindrical-coordinate representation of color #51320B: hue angle of 33.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51320B is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 50 | 11 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.68 |
| HSL | 33.43º | 0.76% | 0.18% | - |
| HSV(B) | 33.43º | 0.86% | 0.32% | - |
| XYZ | 4.59 | 4.05 | 0.86 | - |
| YUV | 54.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 11 | 0 | 0.38 | 0.86 | 0.68 | 33.43 | 0.76 | 0.18 |
| Hex | 51 | 32 | B | 0 | 26 | 56 | 44 | 21 | 4C | 12 |
| Octal | 121 | 62 | 13 | 0 | 46 | 126 | 104 | 41 | 114 | 22 |
| Binary | 1010001 | 110010 | 1011 | 0 | 100110 | 1010110 | 1000100 | 100001 | 1001100 | 10010 |
Color Harmonies of #51320B
Complementary color
Monochromatic Colors of #51320B
Black with #51320B
Text Example
Text Example
White with #51320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51320B; }
p { color: rgb(81,50,11); }
H1.HeaderClassName
{
color: #51320B;
}
.AnyTagClassName
{
color: #51320B;
}
</style>
background-color css
<style>
a { background-color: #51320B; }
a { background-color: rgb(81,50,11); }
div.DivClassName
{
background-color: #51320B;
}
.BgClassName
{
background-color: #51320B;
}
</style>
border-color css
<style>
span { border-color: #51320B; }
span { border-color: rgb(81,50,11); }
td.TdClassName
{
border-color: #51320B;
}
.TagClassName
{
border-color: #51320B;
}
</style>