Shades of Baker's Chocolate #51300F
Tints of Baker's Chocolate #51300F
RGB
CMYK
RGB Variations
Color information
#51300F (or 0x51300F) is known color: Baker's Chocolate. HEX triplet: 51, 30 and 0F. RGB value is (81,48,15). Sum of RGB (Red+Green+Blue) = 81+48+15=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51300F is #AECFF0. Grayscale: #363636. Windows color (decimal): -11456497 or 995409. OLE color: 995409.
HSL color Cylindrical-coordinate representation of color #51300F: hue angle of 30º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51300F is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 48 | 15 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.68 |
| HSL | 30º | 0.69% | 0.19% | - |
| HSV(B) | 30º | 0.81% | 0.32% | - |
| XYZ | 4.54 | 3.9 | 0.97 | - |
| YUV | 54.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 15 | 0 | 0.41 | 0.81 | 0.68 | 30 | 0.69 | 0.19 |
| Hex | 51 | 30 | F | 0 | 29 | 51 | 44 | 1E | 45 | 13 |
| Octal | 121 | 60 | 17 | 0 | 51 | 121 | 104 | 36 | 105 | 23 |
| Binary | 1010001 | 110000 | 1111 | 0 | 101001 | 1010001 | 1000100 | 11110 | 1000101 | 10011 |
Color Harmonies of #51300F
Complementary color
Monochromatic Colors of #51300F
Black with #51300F
Text Example
Text Example
White with #51300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51300F; }
p { color: rgb(81,48,15); }
H1.HeaderClassName
{
color: #51300F;
}
.AnyTagClassName
{
color: #51300F;
}
</style>
background-color css
<style>
a { background-color: #51300F; }
a { background-color: rgb(81,48,15); }
div.DivClassName
{
background-color: #51300F;
}
.BgClassName
{
background-color: #51300F;
}
</style>
border-color css
<style>
span { border-color: #51300F; }
span { border-color: rgb(81,48,15); }
td.TdClassName
{
border-color: #51300F;
}
.TagClassName
{
border-color: #51300F;
}
</style>