Shades of Baker's Chocolate #512D04
Tints of Baker's Chocolate #512D04
RGB
CMYK
RGB Variations
Color information
#512D04 (or 0x512D04) is known color: Baker's Chocolate. HEX triplet: 51, 2D and 04. RGB value is (81,45,4). Sum of RGB (Red+Green+Blue) = 81+45+4=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #512D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D04 is #AED2FB. Grayscale: #333333. Windows color (decimal): -11457276 or 273745. OLE color: 273745.
HSL color Cylindrical-coordinate representation of color #512D04: hue angle of 31.95º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #512D04 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 45 | 4 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.68 |
| HSL | 31.95º | 0.91% | 0.17% | - |
| HSV(B) | 31.95º | 0.95% | 0.32% | - |
| XYZ | 4.35 | 3.63 | 0.59 | - |
| YUV | 51.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 4 | 0 | 0.44 | 0.95 | 0.68 | 31.95 | 0.91 | 0.17 |
| Hex | 51 | 2D | 4 | 0 | 2C | 5F | 44 | 20 | 5B | 11 |
| Octal | 121 | 55 | 4 | 0 | 54 | 137 | 104 | 40 | 133 | 21 |
| Binary | 1010001 | 101101 | 100 | 0 | 101100 | 1011111 | 1000100 | 100000 | 1011011 | 10001 |
Color Harmonies of #512D04
Complementary color
Monochromatic Colors of #512D04
Black with #512D04
Text Example
Text Example
White with #512D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D04; }
p { color: rgb(81,45,4); }
H1.HeaderClassName
{
color: #512D04;
}
.AnyTagClassName
{
color: #512D04;
}
</style>
background-color css
<style>
a { background-color: #512D04; }
a { background-color: rgb(81,45,4); }
div.DivClassName
{
background-color: #512D04;
}
.BgClassName
{
background-color: #512D04;
}
</style>
border-color css
<style>
span { border-color: #512D04; }
span { border-color: rgb(81,45,4); }
td.TdClassName
{
border-color: #512D04;
}
.TagClassName
{
border-color: #512D04;
}
</style>