Shades of Baker's Chocolate #512D08
Tints of Baker's Chocolate #512D08
RGB
CMYK
RGB Variations
Color information
#512D08 (or 0x512D08) is known color: Baker's Chocolate. HEX triplet: 51, 2D and 08. RGB value is (81,45,8). Sum of RGB (Red+Green+Blue) = 81+45+8=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #512D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D08 is #AED2F7. Grayscale: #333333. Windows color (decimal): -11457272 or 535889. OLE color: 535889.
HSL color Cylindrical-coordinate representation of color #512D08: hue angle of 30.41º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #512D08 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 45 | 8 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.68 |
| HSL | 30.41º | 0.82% | 0.17% | - |
| HSV(B) | 30.41º | 0.9% | 0.32% | - |
| XYZ | 4.38 | 3.64 | 0.7 | - |
| YUV | 51.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 8 | 0 | 0.44 | 0.90 | 0.68 | 30.41 | 0.82 | 0.17 |
| Hex | 51 | 2D | 8 | 0 | 2C | 5A | 44 | 1E | 52 | 11 |
| Octal | 121 | 55 | 10 | 0 | 54 | 132 | 104 | 36 | 122 | 21 |
| Binary | 1010001 | 101101 | 1000 | 0 | 101100 | 1011010 | 1000100 | 11110 | 1010010 | 10001 |
Color Harmonies of #512D08
Complementary color
Monochromatic Colors of #512D08
Black with #512D08
Text Example
Text Example
White with #512D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D08; }
p { color: rgb(81,45,8); }
H1.HeaderClassName
{
color: #512D08;
}
.AnyTagClassName
{
color: #512D08;
}
</style>
background-color css
<style>
a { background-color: #512D08; }
a { background-color: rgb(81,45,8); }
div.DivClassName
{
background-color: #512D08;
}
.BgClassName
{
background-color: #512D08;
}
</style>
border-color css
<style>
span { border-color: #512D08; }
span { border-color: rgb(81,45,8); }
td.TdClassName
{
border-color: #512D08;
}
.TagClassName
{
border-color: #512D08;
}
</style>