Shades of Baker's Chocolate #513703
Tints of Baker's Chocolate #513703
RGB
CMYK
RGB Variations
Color information
#513703 (or 0x513703) is known color: Baker's Chocolate. HEX triplet: 51, 37 and 03. RGB value is (81,55,3). Sum of RGB (Red+Green+Blue) = 81+55+3=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #513703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513703 is #AEC8FC. Grayscale: #393939. Windows color (decimal): -11454717 or 210769. OLE color: 210769.
HSL color Cylindrical-coordinate representation of color #513703: hue angle of 40º 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 #513703 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 55 | 3 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.68 |
| HSL | 40º | 0.93% | 0.16% | - |
| HSV(B) | 40º | 0.96% | 0.32% | - |
| XYZ | 4.78 | 4.49 | 0.7 | - |
| YUV | 56.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 3 | 0 | 0.32 | 0.96 | 0.68 | 40 | 0.93 | 0.16 |
| Hex | 51 | 37 | 3 | 0 | 20 | 60 | 44 | 28 | 5D | 10 |
| Octal | 121 | 67 | 3 | 0 | 40 | 140 | 104 | 50 | 135 | 20 |
| Binary | 1010001 | 110111 | 11 | 0 | 100000 | 1100000 | 1000100 | 101000 | 1011101 | 10000 |
Color Harmonies of #513703
Complementary color
Monochromatic Colors of #513703
Black with #513703
Text Example
Text Example
White with #513703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513703; }
p { color: rgb(81,55,3); }
H1.HeaderClassName
{
color: #513703;
}
.AnyTagClassName
{
color: #513703;
}
</style>
background-color css
<style>
a { background-color: #513703; }
a { background-color: rgb(81,55,3); }
div.DivClassName
{
background-color: #513703;
}
.BgClassName
{
background-color: #513703;
}
</style>
border-color css
<style>
span { border-color: #513703; }
span { border-color: rgb(81,55,3); }
td.TdClassName
{
border-color: #513703;
}
.TagClassName
{
border-color: #513703;
}
</style>