Shades of Baker's Chocolate #53210A
Tints of Baker's Chocolate #53210A
RGB
CMYK
RGB Variations
Color information
#53210A (or 0x53210A) is known color: Baker's Chocolate. HEX triplet: 53, 21 and 0A. RGB value is (83,33,10). Sum of RGB (Red+Green+Blue) = 83+33+10=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #53210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53210A is #ACDEF5. Grayscale: #2D2D2D. Windows color (decimal): -11329270 or 663891. OLE color: 663891.
HSL color Cylindrical-coordinate representation of color #53210A: hue angle of 18.9º 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 #53210A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 10 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.67 |
| HSL | 18.9º | 0.78% | 0.18% | - |
| HSV(B) | 18.9º | 0.88% | 0.33% | - |
| XYZ | 4.17 | 2.95 | 0.64 | - |
| YUV | 45.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 10 | 0 | 0.60 | 0.88 | 0.67 | 18.9 | 0.78 | 0.18 |
| Hex | 53 | 21 | A | 0 | 3C | 58 | 43 | 13 | 4E | 12 |
| Octal | 123 | 41 | 12 | 0 | 74 | 130 | 103 | 23 | 116 | 22 |
| Binary | 1010011 | 100001 | 1010 | 0 | 111100 | 1011000 | 1000011 | 10011 | 1001110 | 10010 |
Color Harmonies of #53210A
Complementary color
Monochromatic Colors of #53210A
Black with #53210A
Text Example
Text Example
White with #53210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53210A; }
p { color: rgb(83,33,10); }
H1.HeaderClassName
{
color: #53210A;
}
.AnyTagClassName
{
color: #53210A;
}
</style>
background-color css
<style>
a { background-color: #53210A; }
a { background-color: rgb(83,33,10); }
div.DivClassName
{
background-color: #53210A;
}
.BgClassName
{
background-color: #53210A;
}
</style>
border-color css
<style>
span { border-color: #53210A; }
span { border-color: rgb(83,33,10); }
td.TdClassName
{
border-color: #53210A;
}
.TagClassName
{
border-color: #53210A;
}
</style>