Shades of Baker's Chocolate #512F02
Tints of Baker's Chocolate #512F02
RGB
CMYK
RGB Variations
Color information
#512F02 (or 0x512F02) is known color: Baker's Chocolate. HEX triplet: 51, 2F and 02. RGB value is (81,47,2). Sum of RGB (Red+Green+Blue) = 81+47+2=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #512F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F02 is #AED0FD. Grayscale: #343434. Windows color (decimal): -11456766 or 143185. OLE color: 143185.
HSL color Cylindrical-coordinate representation of color #512F02: hue angle of 34.18º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #512F02 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 2 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.68 |
| HSL | 34.18º | 0.95% | 0.16% | - |
| HSV(B) | 34.18º | 0.98% | 0.32% | - |
| XYZ | 4.42 | 3.79 | 0.56 | - |
| YUV | 52.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 2 | 0 | 0.42 | 0.98 | 0.68 | 34.18 | 0.95 | 0.16 |
| Hex | 51 | 2F | 2 | 0 | 2A | 62 | 44 | 22 | 5F | 10 |
| Octal | 121 | 57 | 2 | 0 | 52 | 142 | 104 | 42 | 137 | 20 |
| Binary | 1010001 | 101111 | 10 | 0 | 101010 | 1100010 | 1000100 | 100010 | 1011111 | 10000 |
Color Harmonies of #512F02
Complementary color
Monochromatic Colors of #512F02
Black with #512F02
Text Example
Text Example
White with #512F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F02; }
p { color: rgb(81,47,2); }
H1.HeaderClassName
{
color: #512F02;
}
.AnyTagClassName
{
color: #512F02;
}
</style>
background-color css
<style>
a { background-color: #512F02; }
a { background-color: rgb(81,47,2); }
div.DivClassName
{
background-color: #512F02;
}
.BgClassName
{
background-color: #512F02;
}
</style>
border-color css
<style>
span { border-color: #512F02; }
span { border-color: rgb(81,47,2); }
td.TdClassName
{
border-color: #512F02;
}
.TagClassName
{
border-color: #512F02;
}
</style>