Shades of Baker's Chocolate #512205
Tints of Baker's Chocolate #512205
RGB
CMYK
RGB Variations
Color information
#512205 (or 0x512205) is known color: Baker's Chocolate. HEX triplet: 51, 22 and 05. RGB value is (81,34,5). Sum of RGB (Red+Green+Blue) = 81+34+5=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #512205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512205 is #AEDDFA. Grayscale: #2C2C2C. Windows color (decimal): -11460091 or 336465. OLE color: 336465.
HSL color Cylindrical-coordinate representation of color #512205: hue angle of 22.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #512205 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 34 | 5 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.68 |
| HSL | 22.89º | 0.88% | 0.17% | - |
| HSV(B) | 22.89º | 0.94% | 0.32% | - |
| XYZ | 3.99 | 2.9 | 0.49 | - |
| YUV | 44.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 5 | 0 | 0.58 | 0.94 | 0.68 | 22.89 | 0.88 | 0.17 |
| Hex | 51 | 22 | 5 | 0 | 3A | 5E | 44 | 17 | 58 | 11 |
| Octal | 121 | 42 | 5 | 0 | 72 | 136 | 104 | 27 | 130 | 21 |
| Binary | 1010001 | 100010 | 101 | 0 | 111010 | 1011110 | 1000100 | 10111 | 1011000 | 10001 |
Color Harmonies of #512205
Complementary color
Monochromatic Colors of #512205
Black with #512205
Text Example
Text Example
White with #512205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512205; }
p { color: rgb(81,34,5); }
H1.HeaderClassName
{
color: #512205;
}
.AnyTagClassName
{
color: #512205;
}
</style>
background-color css
<style>
a { background-color: #512205; }
a { background-color: rgb(81,34,5); }
div.DivClassName
{
background-color: #512205;
}
.BgClassName
{
background-color: #512205;
}
</style>
border-color css
<style>
span { border-color: #512205; }
span { border-color: rgb(81,34,5); }
td.TdClassName
{
border-color: #512205;
}
.TagClassName
{
border-color: #512205;
}
</style>