Shades of Baker's Chocolate #53210C
Tints of Baker's Chocolate #53210C
RGB
CMYK
RGB Variations
Color information
#53210C (or 0x53210C) is known color: Baker's Chocolate. HEX triplet: 53, 21 and 0C. RGB value is (83,33,12). Sum of RGB (Red+Green+Blue) = 83+33+12=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53210C is #ACDEF3. Grayscale: #2D2D2D. Windows color (decimal): -11329268 or 794963. OLE color: 794963.
HSL color Cylindrical-coordinate representation of color #53210C: hue angle of 17.75º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53210C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 12 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.67 |
| HSL | 17.75º | 0.75% | 0.19% | - |
| HSV(B) | 17.75º | 0.86% | 0.33% | - |
| XYZ | 4.18 | 2.95 | 0.7 | - |
| YUV | 45.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 12 | 0 | 0.60 | 0.86 | 0.67 | 17.75 | 0.75 | 0.19 |
| Hex | 53 | 21 | C | 0 | 3C | 56 | 43 | 12 | 4B | 13 |
| Octal | 123 | 41 | 14 | 0 | 74 | 126 | 103 | 22 | 113 | 23 |
| Binary | 1010011 | 100001 | 1100 | 0 | 111100 | 1010110 | 1000011 | 10010 | 1001011 | 10011 |
Color Harmonies of #53210C
Complementary color
Monochromatic Colors of #53210C
Black with #53210C
Text Example
Text Example
White with #53210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53210C; }
p { color: rgb(83,33,12); }
H1.HeaderClassName
{
color: #53210C;
}
.AnyTagClassName
{
color: #53210C;
}
</style>
background-color css
<style>
a { background-color: #53210C; }
a { background-color: rgb(83,33,12); }
div.DivClassName
{
background-color: #53210C;
}
.BgClassName
{
background-color: #53210C;
}
</style>
border-color css
<style>
span { border-color: #53210C; }
span { border-color: rgb(83,33,12); }
td.TdClassName
{
border-color: #53210C;
}
.TagClassName
{
border-color: #53210C;
}
</style>