Shades of Baker's Chocolate #51330D
Tints of Baker's Chocolate #51330D
RGB
CMYK
RGB Variations
Color information
#51330D (or 0x51330D) is known color: Baker's Chocolate. HEX triplet: 51, 33 and 0D. RGB value is (81,51,13). Sum of RGB (Red+Green+Blue) = 81+51+13=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51330D is #AECCF2. Grayscale: #373737. Windows color (decimal): -11455731 or 865105. OLE color: 865105.
HSL color Cylindrical-coordinate representation of color #51330D: hue angle of 33.53º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51330D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 13 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.68 |
| HSL | 33.53º | 0.72% | 0.18% | - |
| HSV(B) | 33.53º | 0.84% | 0.32% | - |
| XYZ | 4.65 | 4.15 | 0.94 | - |
| YUV | 55.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 13 | 0 | 0.37 | 0.84 | 0.68 | 33.53 | 0.72 | 0.18 |
| Hex | 51 | 33 | D | 0 | 25 | 54 | 44 | 22 | 48 | 12 |
| Octal | 121 | 63 | 15 | 0 | 45 | 124 | 104 | 42 | 110 | 22 |
| Binary | 1010001 | 110011 | 1101 | 0 | 100101 | 1010100 | 1000100 | 100010 | 1001000 | 10010 |
Color Harmonies of #51330D
Complementary color
Monochromatic Colors of #51330D
Black with #51330D
Text Example
Text Example
White with #51330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51330D; }
p { color: rgb(81,51,13); }
H1.HeaderClassName
{
color: #51330D;
}
.AnyTagClassName
{
color: #51330D;
}
</style>
background-color css
<style>
a { background-color: #51330D; }
a { background-color: rgb(81,51,13); }
div.DivClassName
{
background-color: #51330D;
}
.BgClassName
{
background-color: #51330D;
}
</style>
border-color css
<style>
span { border-color: #51330D; }
span { border-color: rgb(81,51,13); }
td.TdClassName
{
border-color: #51330D;
}
.TagClassName
{
border-color: #51330D;
}
</style>