Shades of Baker's Chocolate #51330B
Tints of Baker's Chocolate #51330B
RGB
CMYK
RGB Variations
Color information
#51330B (or 0x51330B) is known color: Baker's Chocolate. HEX triplet: 51, 33 and 0B. RGB value is (81,51,11). Sum of RGB (Red+Green+Blue) = 81+51+11=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51330B is #AECCF4. Grayscale: #373737. Windows color (decimal): -11455733 or 734033. OLE color: 734033.
HSL color Cylindrical-coordinate representation of color #51330B: hue angle of 34.29º 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 #51330B is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 11 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.68 |
| HSL | 34.29º | 0.76% | 0.18% | - |
| HSV(B) | 34.29º | 0.86% | 0.32% | - |
| XYZ | 4.64 | 4.14 | 0.87 | - |
| YUV | 55.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 11 | 0 | 0.37 | 0.86 | 0.68 | 34.29 | 0.76 | 0.18 |
| Hex | 51 | 33 | B | 0 | 25 | 56 | 44 | 22 | 4C | 12 |
| Octal | 121 | 63 | 13 | 0 | 45 | 126 | 104 | 42 | 114 | 22 |
| Binary | 1010001 | 110011 | 1011 | 0 | 100101 | 1010110 | 1000100 | 100010 | 1001100 | 10010 |
Color Harmonies of #51330B
Complementary color
Monochromatic Colors of #51330B
Black with #51330B
Text Example
Text Example
White with #51330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51330B; }
p { color: rgb(81,51,11); }
H1.HeaderClassName
{
color: #51330B;
}
.AnyTagClassName
{
color: #51330B;
}
</style>
background-color css
<style>
a { background-color: #51330B; }
a { background-color: rgb(81,51,11); }
div.DivClassName
{
background-color: #51330B;
}
.BgClassName
{
background-color: #51330B;
}
</style>
border-color css
<style>
span { border-color: #51330B; }
span { border-color: rgb(81,51,11); }
td.TdClassName
{
border-color: #51330B;
}
.TagClassName
{
border-color: #51330B;
}
</style>