Shades of Baker's Chocolate #52310D
Tints of Baker's Chocolate #52310D
RGB
CMYK
RGB Variations
Color information
#52310D (or 0x52310D) is known color: Baker's Chocolate. HEX triplet: 52, 31 and 0D. RGB value is (82,49,13). Sum of RGB (Red+Green+Blue) = 82+49+13=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52310D is #ADCEF2. Grayscale: #363636. Windows color (decimal): -11390707 or 864594. OLE color: 864594.
HSL color Cylindrical-coordinate representation of color #52310D: hue angle of 31.3º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52310D is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 49 | 13 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.68 |
| HSL | 31.3º | 0.73% | 0.19% | - |
| HSV(B) | 31.3º | 0.84% | 0.32% | - |
| XYZ | 4.65 | 4.02 | 0.91 | - |
| YUV | 54.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 13 | 0 | 0.40 | 0.84 | 0.68 | 31.3 | 0.73 | 0.19 |
| Hex | 52 | 31 | D | 0 | 28 | 54 | 44 | 1F | 49 | 13 |
| Octal | 122 | 61 | 15 | 0 | 50 | 124 | 104 | 37 | 111 | 23 |
| Binary | 1010010 | 110001 | 1101 | 0 | 101000 | 1010100 | 1000100 | 11111 | 1001001 | 10011 |
Color Harmonies of #52310D
Complementary color
Monochromatic Colors of #52310D
Black with #52310D
Text Example
Text Example
White with #52310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52310D; }
p { color: rgb(82,49,13); }
H1.HeaderClassName
{
color: #52310D;
}
.AnyTagClassName
{
color: #52310D;
}
</style>
background-color css
<style>
a { background-color: #52310D; }
a { background-color: rgb(82,49,13); }
div.DivClassName
{
background-color: #52310D;
}
.BgClassName
{
background-color: #52310D;
}
</style>
border-color css
<style>
span { border-color: #52310D; }
span { border-color: rgb(82,49,13); }
td.TdClassName
{
border-color: #52310D;
}
.TagClassName
{
border-color: #52310D;
}
</style>