Shades of Baker's Chocolate #512903
Tints of Baker's Chocolate #512903
RGB
CMYK
RGB Variations
Color information
#512903 (or 0x512903) is known color: Baker's Chocolate. HEX triplet: 51, 29 and 03. RGB value is (81,41,3). Sum of RGB (Red+Green+Blue) = 81+41+3=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #512903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512903 is #AED6FC. Grayscale: #303030. Windows color (decimal): -11458301 or 207185. OLE color: 207185.
HSL color Cylindrical-coordinate representation of color #512903: hue angle of 29.23º 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 #512903 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 41 | 3 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.68 |
| HSL | 29.23º | 0.93% | 0.16% | - |
| HSV(B) | 29.23º | 0.96% | 0.32% | - |
| XYZ | 4.2 | 3.34 | 0.51 | - |
| YUV | 48.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 3 | 0 | 0.49 | 0.96 | 0.68 | 29.23 | 0.93 | 0.16 |
| Hex | 51 | 29 | 3 | 0 | 31 | 60 | 44 | 1D | 5D | 10 |
| Octal | 121 | 51 | 3 | 0 | 61 | 140 | 104 | 35 | 135 | 20 |
| Binary | 1010001 | 101001 | 11 | 0 | 110001 | 1100000 | 1000100 | 11101 | 1011101 | 10000 |
Color Harmonies of #512903
Complementary color
Monochromatic Colors of #512903
Black with #512903
Text Example
Text Example
White with #512903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512903; }
p { color: rgb(81,41,3); }
H1.HeaderClassName
{
color: #512903;
}
.AnyTagClassName
{
color: #512903;
}
</style>
background-color css
<style>
a { background-color: #512903; }
a { background-color: rgb(81,41,3); }
div.DivClassName
{
background-color: #512903;
}
.BgClassName
{
background-color: #512903;
}
</style>
border-color css
<style>
span { border-color: #512903; }
span { border-color: rgb(81,41,3); }
td.TdClassName
{
border-color: #512903;
}
.TagClassName
{
border-color: #512903;
}
</style>