Shades of Baker's Chocolate #53310A
Tints of Baker's Chocolate #53310A
RGB
CMYK
RGB Variations
Color information
#53310A (or 0x53310A) is known color: Baker's Chocolate. HEX triplet: 53, 31 and 0A. RGB value is (83,49,10). Sum of RGB (Red+Green+Blue) = 83+49+10=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #53310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53310A is #ACCEF5. Grayscale: #363636. Windows color (decimal): -11325174 or 667987. OLE color: 667987.
HSL color Cylindrical-coordinate representation of color #53310A: hue angle of 32.05º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53310A is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 10 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.67 |
| HSL | 32.05º | 0.78% | 0.18% | - |
| HSV(B) | 32.05º | 0.88% | 0.33% | - |
| XYZ | 4.72 | 4.06 | 0.82 | - |
| YUV | 54.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 10 | 0 | 0.41 | 0.88 | 0.67 | 32.05 | 0.78 | 0.18 |
| Hex | 53 | 31 | A | 0 | 29 | 58 | 43 | 20 | 4E | 12 |
| Octal | 123 | 61 | 12 | 0 | 51 | 130 | 103 | 40 | 116 | 22 |
| Binary | 1010011 | 110001 | 1010 | 0 | 101001 | 1011000 | 1000011 | 100000 | 1001110 | 10010 |
Color Harmonies of #53310A
Complementary color
Monochromatic Colors of #53310A
Black with #53310A
Text Example
Text Example
White with #53310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53310A; }
p { color: rgb(83,49,10); }
H1.HeaderClassName
{
color: #53310A;
}
.AnyTagClassName
{
color: #53310A;
}
</style>
background-color css
<style>
a { background-color: #53310A; }
a { background-color: rgb(83,49,10); }
div.DivClassName
{
background-color: #53310A;
}
.BgClassName
{
background-color: #53310A;
}
</style>
border-color css
<style>
span { border-color: #53310A; }
span { border-color: rgb(83,49,10); }
td.TdClassName
{
border-color: #53310A;
}
.TagClassName
{
border-color: #53310A;
}
</style>