Shades of Baker's Chocolate #513800
Tints of Baker's Chocolate #513800
RGB
CMYK
RGB Variations
Color information
#513800 (or 0x513800) is known color: Baker's Chocolate. HEX triplet: 51, 38 and 00. RGB value is (81,56,0). Sum of RGB (Red+Green+Blue) = 81+56+0=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #513800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513800 is #AEC7FF. Grayscale: #393939. Windows color (decimal): -11454464 or 14417. OLE color: 14417.
HSL color Cylindrical-coordinate representation of color #513800: hue angle of 41.48º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #513800 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 56 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.68 |
| HSL | 41.48º | 1% | 0.16% | - |
| HSV(B) | 41.48º | 1% | 0.32% | - |
| XYZ | 4.81 | 4.58 | 0.63 | - |
| YUV | 57.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 0 | 0 | 0.31 | 1 | 0.68 | 41.48 | 1 | 0.16 |
| Hex | 51 | 38 | 0 | 0 | 1F | 64 | 44 | 29 | 64 | 10 |
| Octal | 121 | 70 | 0 | 0 | 37 | 144 | 104 | 51 | 144 | 20 |
| Binary | 1010001 | 111000 | 0 | 0 | 11111 | 1100100 | 1000100 | 101001 | 1100100 | 10000 |
Color Harmonies of #513800
Complementary color
Monochromatic Colors of #513800
Black with #513800
Text Example
Text Example
White with #513800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513800; }
p { color: rgb(81,56,0); }
H1.HeaderClassName
{
color: #513800;
}
.AnyTagClassName
{
color: #513800;
}
</style>
background-color css
<style>
a { background-color: #513800; }
a { background-color: rgb(81,56,0); }
div.DivClassName
{
background-color: #513800;
}
.BgClassName
{
background-color: #513800;
}
</style>
border-color css
<style>
span { border-color: #513800; }
span { border-color: rgb(81,56,0); }
td.TdClassName
{
border-color: #513800;
}
.TagClassName
{
border-color: #513800;
}
</style>