Shades of Baker's Chocolate #513803
Tints of Baker's Chocolate #513803
RGB
CMYK
RGB Variations
Color information
#513803 (or 0x513803) is known color: Baker's Chocolate. HEX triplet: 51, 38 and 03. RGB value is (81,56,3). Sum of RGB (Red+Green+Blue) = 81+56+3=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #513803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513803 is #AEC7FC. Grayscale: #393939. Windows color (decimal): -11454461 or 211025. OLE color: 211025.
HSL color Cylindrical-coordinate representation of color #513803: hue angle of 40.77º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #513803 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 56 | 3 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.68 |
| HSL | 40.77º | 0.93% | 0.16% | - |
| HSV(B) | 40.77º | 0.96% | 0.32% | - |
| XYZ | 4.82 | 4.58 | 0.72 | - |
| YUV | 57.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 3 | 0 | 0.31 | 0.96 | 0.68 | 40.77 | 0.93 | 0.16 |
| Hex | 51 | 38 | 3 | 0 | 1F | 60 | 44 | 29 | 5D | 10 |
| Octal | 121 | 70 | 3 | 0 | 37 | 140 | 104 | 51 | 135 | 20 |
| Binary | 1010001 | 111000 | 11 | 0 | 11111 | 1100000 | 1000100 | 101001 | 1011101 | 10000 |
Color Harmonies of #513803
Complementary color
Monochromatic Colors of #513803
Black with #513803
Text Example
Text Example
White with #513803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513803; }
p { color: rgb(81,56,3); }
H1.HeaderClassName
{
color: #513803;
}
.AnyTagClassName
{
color: #513803;
}
</style>
background-color css
<style>
a { background-color: #513803; }
a { background-color: rgb(81,56,3); }
div.DivClassName
{
background-color: #513803;
}
.BgClassName
{
background-color: #513803;
}
</style>
border-color css
<style>
span { border-color: #513803; }
span { border-color: rgb(81,56,3); }
td.TdClassName
{
border-color: #513803;
}
.TagClassName
{
border-color: #513803;
}
</style>