Shades of Baker's Chocolate #511D02
Tints of Baker's Chocolate #511D02
RGB
CMYK
RGB Variations
Color information
#511D02 (or 0x511D02) is known color: Baker's Chocolate. HEX triplet: 51, 1D and 02. RGB value is (81,29,2). Sum of RGB (Red+Green+Blue) = 81+29+2=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #511D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D02 is #AEE2FD. Grayscale: #292929. Windows color (decimal): -11461374 or 138577. OLE color: 138577.
HSL color Cylindrical-coordinate representation of color #511D02: hue angle of 20.51º 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 #511D02 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 29 | 2 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.68 |
| HSL | 20.51º | 0.95% | 0.16% | - |
| HSV(B) | 20.51º | 0.98% | 0.32% | - |
| XYZ | 3.84 | 2.63 | 0.36 | - |
| YUV | 41.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 2 | 0 | 0.64 | 0.98 | 0.68 | 20.51 | 0.95 | 0.16 |
| Hex | 51 | 1D | 2 | 0 | 40 | 62 | 44 | 15 | 5F | 10 |
| Octal | 121 | 35 | 2 | 0 | 100 | 142 | 104 | 25 | 137 | 20 |
| Binary | 1010001 | 11101 | 10 | 0 | 1000000 | 1100010 | 1000100 | 10101 | 1011111 | 10000 |
Color Harmonies of #511D02
Complementary color
Monochromatic Colors of #511D02
Black with #511D02
Text Example
Text Example
White with #511D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D02; }
p { color: rgb(81,29,2); }
H1.HeaderClassName
{
color: #511D02;
}
.AnyTagClassName
{
color: #511D02;
}
</style>
background-color css
<style>
a { background-color: #511D02; }
a { background-color: rgb(81,29,2); }
div.DivClassName
{
background-color: #511D02;
}
.BgClassName
{
background-color: #511D02;
}
</style>
border-color css
<style>
span { border-color: #511D02; }
span { border-color: rgb(81,29,2); }
td.TdClassName
{
border-color: #511D02;
}
.TagClassName
{
border-color: #511D02;
}
</style>