Shades of Baker's Chocolate #53310B
Tints of Baker's Chocolate #53310B
RGB
CMYK
RGB Variations
Color information
#53310B (or 0x53310B) is known color: Baker's Chocolate. HEX triplet: 53, 31 and 0B. RGB value is (83,49,11). Sum of RGB (Red+Green+Blue) = 83+49+11=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #53310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53310B is #ACCEF4. Grayscale: #373737. Windows color (decimal): -11325173 or 733523. OLE color: 733523.
HSL color Cylindrical-coordinate representation of color #53310B: hue angle of 31.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53310B is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 11 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.67 |
| HSL | 31.67º | 0.77% | 0.18% | - |
| HSV(B) | 31.67º | 0.87% | 0.33% | - |
| XYZ | 4.73 | 4.06 | 0.85 | - |
| YUV | 54.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 11 | 0 | 0.41 | 0.87 | 0.67 | 31.67 | 0.77 | 0.18 |
| Hex | 53 | 31 | B | 0 | 29 | 57 | 43 | 20 | 4D | 12 |
| Octal | 123 | 61 | 13 | 0 | 51 | 127 | 103 | 40 | 115 | 22 |
| Binary | 1010011 | 110001 | 1011 | 0 | 101001 | 1010111 | 1000011 | 100000 | 1001101 | 10010 |
Color Harmonies of #53310B
Complementary color
Monochromatic Colors of #53310B
Black with #53310B
Text Example
Text Example
White with #53310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53310B; }
p { color: rgb(83,49,11); }
H1.HeaderClassName
{
color: #53310B;
}
.AnyTagClassName
{
color: #53310B;
}
</style>
background-color css
<style>
a { background-color: #53310B; }
a { background-color: rgb(83,49,11); }
div.DivClassName
{
background-color: #53310B;
}
.BgClassName
{
background-color: #53310B;
}
</style>
border-color css
<style>
span { border-color: #53310B; }
span { border-color: rgb(83,49,11); }
td.TdClassName
{
border-color: #53310B;
}
.TagClassName
{
border-color: #53310B;
}
</style>