Shades of Baker's Chocolate #51380E
Tints of Baker's Chocolate #51380E
RGB
CMYK
RGB Variations
Color information
#51380E (or 0x51380E) is known color: Baker's Chocolate. HEX triplet: 51, 38 and 0E. RGB value is (81,56,14). Sum of RGB (Red+Green+Blue) = 81+56+14=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #51380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51380E is #AEC7F1. Grayscale: #3A3A3A. Windows color (decimal): -11454450 or 931921. OLE color: 931921.
HSL color Cylindrical-coordinate representation of color #51380E: hue angle of 37.61º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51380E is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 56 | 14 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.68 |
| HSL | 37.61º | 0.71% | 0.19% | - |
| HSV(B) | 37.61º | 0.83% | 0.32% | - |
| XYZ | 4.89 | 4.61 | 1.05 | - |
| YUV | 58.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 14 | 0 | 0.31 | 0.83 | 0.68 | 37.61 | 0.71 | 0.19 |
| Hex | 51 | 38 | E | 0 | 1F | 53 | 44 | 26 | 47 | 13 |
| Octal | 121 | 70 | 16 | 0 | 37 | 123 | 104 | 46 | 107 | 23 |
| Binary | 1010001 | 111000 | 1110 | 0 | 11111 | 1010011 | 1000100 | 100110 | 1000111 | 10011 |
Color Harmonies of #51380E
Complementary color
Monochromatic Colors of #51380E
Black with #51380E
Text Example
Text Example
White with #51380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51380E; }
p { color: rgb(81,56,14); }
H1.HeaderClassName
{
color: #51380E;
}
.AnyTagClassName
{
color: #51380E;
}
</style>
background-color css
<style>
a { background-color: #51380E; }
a { background-color: rgb(81,56,14); }
div.DivClassName
{
background-color: #51380E;
}
.BgClassName
{
background-color: #51380E;
}
</style>
border-color css
<style>
span { border-color: #51380E; }
span { border-color: rgb(81,56,14); }
td.TdClassName
{
border-color: #51380E;
}
.TagClassName
{
border-color: #51380E;
}
</style>