Shades of Baker's Chocolate #51380A
Tints of Baker's Chocolate #51380A
RGB
CMYK
RGB Variations
Color information
#51380A (or 0x51380A) is known color: Baker's Chocolate. HEX triplet: 51, 38 and 0A. RGB value is (81,56,10). Sum of RGB (Red+Green+Blue) = 81+56+10=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51380A is #AEC7F5. Grayscale: #3A3A3A. Windows color (decimal): -11454454 or 669777. OLE color: 669777.
HSL color Cylindrical-coordinate representation of color #51380A: hue angle of 38.87º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51380A is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 56 | 10 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.68 |
| HSL | 38.87º | 0.78% | 0.18% | - |
| HSV(B) | 38.87º | 0.88% | 0.32% | - |
| XYZ | 4.86 | 4.6 | 0.92 | - |
| YUV | 58.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 10 | 0 | 0.31 | 0.88 | 0.68 | 38.87 | 0.78 | 0.18 |
| Hex | 51 | 38 | A | 0 | 1F | 58 | 44 | 27 | 4E | 12 |
| Octal | 121 | 70 | 12 | 0 | 37 | 130 | 104 | 47 | 116 | 22 |
| Binary | 1010001 | 111000 | 1010 | 0 | 11111 | 1011000 | 1000100 | 100111 | 1001110 | 10010 |
Color Harmonies of #51380A
Complementary color
Monochromatic Colors of #51380A
Black with #51380A
Text Example
Text Example
White with #51380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51380A; }
p { color: rgb(81,56,10); }
H1.HeaderClassName
{
color: #51380A;
}
.AnyTagClassName
{
color: #51380A;
}
</style>
background-color css
<style>
a { background-color: #51380A; }
a { background-color: rgb(81,56,10); }
div.DivClassName
{
background-color: #51380A;
}
.BgClassName
{
background-color: #51380A;
}
</style>
border-color css
<style>
span { border-color: #51380A; }
span { border-color: rgb(81,56,10); }
td.TdClassName
{
border-color: #51380A;
}
.TagClassName
{
border-color: #51380A;
}
</style>