Shades of Baker's Chocolate #513300
Tints of Baker's Chocolate #513300
RGB
CMYK
RGB Variations
Color information
#513300 (or 0x513300) is known color: Baker's Chocolate. HEX triplet: 51, 33 and 00. RGB value is (81,51,0). Sum of RGB (Red+Green+Blue) = 81+51+0=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #513300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513300 is #AECCFF. Grayscale: #363636. Windows color (decimal): -11455744 or 13137. OLE color: 13137.
HSL color Cylindrical-coordinate representation of color #513300: hue angle of 37.78º 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 #513300 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.68 |
| HSL | 37.78º | 1% | 0.16% | - |
| HSV(B) | 37.78º | 1% | 0.32% | - |
| XYZ | 4.58 | 4.12 | 0.55 | - |
| YUV | 54.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 0 | 0 | 0.37 | 1 | 0.68 | 37.78 | 1 | 0.16 |
| Hex | 51 | 33 | 0 | 0 | 25 | 64 | 44 | 26 | 64 | 10 |
| Octal | 121 | 63 | 0 | 0 | 45 | 144 | 104 | 46 | 144 | 20 |
| Binary | 1010001 | 110011 | 0 | 0 | 100101 | 1100100 | 1000100 | 100110 | 1100100 | 10000 |
Color Harmonies of #513300
Complementary color
Monochromatic Colors of #513300
Black with #513300
Text Example
Text Example
White with #513300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513300; }
p { color: rgb(81,51,0); }
H1.HeaderClassName
{
color: #513300;
}
.AnyTagClassName
{
color: #513300;
}
</style>
background-color css
<style>
a { background-color: #513300; }
a { background-color: rgb(81,51,0); }
div.DivClassName
{
background-color: #513300;
}
.BgClassName
{
background-color: #513300;
}
</style>
border-color css
<style>
span { border-color: #513300; }
span { border-color: rgb(81,51,0); }
td.TdClassName
{
border-color: #513300;
}
.TagClassName
{
border-color: #513300;
}
</style>