Shades of Baker's Chocolate #513102
Tints of Baker's Chocolate #513102
RGB
CMYK
RGB Variations
Color information
#513102 (or 0x513102) is known color: Baker's Chocolate. HEX triplet: 51, 31 and 02. RGB value is (81,49,2). Sum of RGB (Red+Green+Blue) = 81+49+2=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #513102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513102 is #AECEFD. Grayscale: #353535. Windows color (decimal): -11456254 or 143697. OLE color: 143697.
HSL color Cylindrical-coordinate representation of color #513102: hue angle of 35.7º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #513102 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 49 | 2 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.68 |
| HSL | 35.7º | 0.95% | 0.16% | - |
| HSV(B) | 35.7º | 0.98% | 0.32% | - |
| XYZ | 4.5 | 3.95 | 0.58 | - |
| YUV | 53.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 2 | 0 | 0.40 | 0.98 | 0.68 | 35.7 | 0.95 | 0.16 |
| Hex | 51 | 31 | 2 | 0 | 28 | 62 | 44 | 24 | 5F | 10 |
| Octal | 121 | 61 | 2 | 0 | 50 | 142 | 104 | 44 | 137 | 20 |
| Binary | 1010001 | 110001 | 10 | 0 | 101000 | 1100010 | 1000100 | 100100 | 1011111 | 10000 |
Color Harmonies of #513102
Complementary color
Monochromatic Colors of #513102
Black with #513102
Text Example
Text Example
White with #513102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513102; }
p { color: rgb(81,49,2); }
H1.HeaderClassName
{
color: #513102;
}
.AnyTagClassName
{
color: #513102;
}
</style>
background-color css
<style>
a { background-color: #513102; }
a { background-color: rgb(81,49,2); }
div.DivClassName
{
background-color: #513102;
}
.BgClassName
{
background-color: #513102;
}
</style>
border-color css
<style>
span { border-color: #513102; }
span { border-color: rgb(81,49,2); }
td.TdClassName
{
border-color: #513102;
}
.TagClassName
{
border-color: #513102;
}
</style>