Shades of Baker's Chocolate #512003
Tints of Baker's Chocolate #512003
RGB
CMYK
RGB Variations
Color information
#512003 (or 0x512003) is known color: Baker's Chocolate. HEX triplet: 51, 20 and 03. RGB value is (81,32,3). Sum of RGB (Red+Green+Blue) = 81+32+3=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #512003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512003 is #AEDFFC. Grayscale: #2B2B2B. Windows color (decimal): -11460605 or 204881. OLE color: 204881.
HSL color Cylindrical-coordinate representation of color #512003: hue angle of 22.31º 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 #512003 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 3 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.68 |
| HSL | 22.31º | 0.93% | 0.16% | - |
| HSV(B) | 22.31º | 0.96% | 0.32% | - |
| XYZ | 3.93 | 2.79 | 0.42 | - |
| YUV | 43.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 3 | 0 | 0.60 | 0.96 | 0.68 | 22.31 | 0.93 | 0.16 |
| Hex | 51 | 20 | 3 | 0 | 3C | 60 | 44 | 16 | 5D | 10 |
| Octal | 121 | 40 | 3 | 0 | 74 | 140 | 104 | 26 | 135 | 20 |
| Binary | 1010001 | 100000 | 11 | 0 | 111100 | 1100000 | 1000100 | 10110 | 1011101 | 10000 |
Color Harmonies of #512003
Complementary color
Monochromatic Colors of #512003
Black with #512003
Text Example
Text Example
White with #512003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512003; }
p { color: rgb(81,32,3); }
H1.HeaderClassName
{
color: #512003;
}
.AnyTagClassName
{
color: #512003;
}
</style>
background-color css
<style>
a { background-color: #512003; }
a { background-color: rgb(81,32,3); }
div.DivClassName
{
background-color: #512003;
}
.BgClassName
{
background-color: #512003;
}
</style>
border-color css
<style>
span { border-color: #512003; }
span { border-color: rgb(81,32,3); }
td.TdClassName
{
border-color: #512003;
}
.TagClassName
{
border-color: #512003;
}
</style>