Shades of Baker's Chocolate #512002
Tints of Baker's Chocolate #512002
RGB
CMYK
RGB Variations
Color information
#512002 (or 0x512002) is known color: Baker's Chocolate. HEX triplet: 51, 20 and 02. RGB value is (81,32,2). Sum of RGB (Red+Green+Blue) = 81+32+2=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #512002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512002 is #AEDFFD. Grayscale: #2B2B2B. Windows color (decimal): -11460606 or 139345. OLE color: 139345.
HSL color Cylindrical-coordinate representation of color #512002: hue angle of 22.78º 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 #512002 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 2 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.68 |
| HSL | 22.78º | 0.95% | 0.16% | - |
| HSV(B) | 22.78º | 0.98% | 0.32% | - |
| XYZ | 3.92 | 2.79 | 0.39 | - |
| YUV | 43.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 2 | 0 | 0.60 | 0.98 | 0.68 | 22.78 | 0.95 | 0.16 |
| Hex | 51 | 20 | 2 | 0 | 3C | 62 | 44 | 17 | 5F | 10 |
| Octal | 121 | 40 | 2 | 0 | 74 | 142 | 104 | 27 | 137 | 20 |
| Binary | 1010001 | 100000 | 10 | 0 | 111100 | 1100010 | 1000100 | 10111 | 1011111 | 10000 |
Color Harmonies of #512002
Complementary color
Monochromatic Colors of #512002
Black with #512002
Text Example
Text Example
White with #512002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512002; }
p { color: rgb(81,32,2); }
H1.HeaderClassName
{
color: #512002;
}
.AnyTagClassName
{
color: #512002;
}
</style>
background-color css
<style>
a { background-color: #512002; }
a { background-color: rgb(81,32,2); }
div.DivClassName
{
background-color: #512002;
}
.BgClassName
{
background-color: #512002;
}
</style>
border-color css
<style>
span { border-color: #512002; }
span { border-color: rgb(81,32,2); }
td.TdClassName
{
border-color: #512002;
}
.TagClassName
{
border-color: #512002;
}
</style>