Shades of Baker's Chocolate #512803
Tints of Baker's Chocolate #512803
RGB
CMYK
RGB Variations
Color information
#512803 (or 0x512803) is known color: Baker's Chocolate. HEX triplet: 51, 28 and 03. RGB value is (81,40,3). Sum of RGB (Red+Green+Blue) = 81+40+3=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #512803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512803 is #AED7FC. Grayscale: #303030. Windows color (decimal): -11458557 or 206929. OLE color: 206929.
HSL color Cylindrical-coordinate representation of color #512803: hue angle of 28.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #512803 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 3 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.68 |
| HSL | 28.46º | 0.93% | 0.16% | - |
| HSV(B) | 28.46º | 0.96% | 0.32% | - |
| XYZ | 4.17 | 3.27 | 0.5 | - |
| YUV | 48.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 3 | 0 | 0.51 | 0.96 | 0.68 | 28.46 | 0.93 | 0.16 |
| Hex | 51 | 28 | 3 | 0 | 33 | 60 | 44 | 1C | 5D | 10 |
| Octal | 121 | 50 | 3 | 0 | 63 | 140 | 104 | 34 | 135 | 20 |
| Binary | 1010001 | 101000 | 11 | 0 | 110011 | 1100000 | 1000100 | 11100 | 1011101 | 10000 |
Color Harmonies of #512803
Complementary color
Monochromatic Colors of #512803
Black with #512803
Text Example
Text Example
White with #512803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512803; }
p { color: rgb(81,40,3); }
H1.HeaderClassName
{
color: #512803;
}
.AnyTagClassName
{
color: #512803;
}
</style>
background-color css
<style>
a { background-color: #512803; }
a { background-color: rgb(81,40,3); }
div.DivClassName
{
background-color: #512803;
}
.BgClassName
{
background-color: #512803;
}
</style>
border-color css
<style>
span { border-color: #512803; }
span { border-color: rgb(81,40,3); }
td.TdClassName
{
border-color: #512803;
}
.TagClassName
{
border-color: #512803;
}
</style>