Shades of Baker's Chocolate #53220D
Tints of Baker's Chocolate #53220D
RGB
CMYK
RGB Variations
Color information
#53220D (or 0x53220D) is known color: Baker's Chocolate. HEX triplet: 53, 22 and 0D. RGB value is (83,34,13). Sum of RGB (Red+Green+Blue) = 83+34+13=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53220D is #ACDDF2. Grayscale: #2E2E2E. Windows color (decimal): -11329011 or 860755. OLE color: 860755.
HSL color Cylindrical-coordinate representation of color #53220D: hue angle of 18º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53220D is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 13 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.67 |
| HSL | 18º | 0.73% | 0.19% | - |
| HSV(B) | 18º | 0.84% | 0.33% | - |
| XYZ | 4.21 | 3.01 | 0.74 | - |
| YUV | 46.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 13 | 0 | 0.59 | 0.84 | 0.67 | 18 | 0.73 | 0.19 |
| Hex | 53 | 22 | D | 0 | 3B | 54 | 43 | 12 | 49 | 13 |
| Octal | 123 | 42 | 15 | 0 | 73 | 124 | 103 | 22 | 111 | 23 |
| Binary | 1010011 | 100010 | 1101 | 0 | 111011 | 1010100 | 1000011 | 10010 | 1001001 | 10011 |
Color Harmonies of #53220D
Complementary color
Monochromatic Colors of #53220D
Black with #53220D
Text Example
Text Example
White with #53220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53220D; }
p { color: rgb(83,34,13); }
H1.HeaderClassName
{
color: #53220D;
}
.AnyTagClassName
{
color: #53220D;
}
</style>
background-color css
<style>
a { background-color: #53220D; }
a { background-color: rgb(83,34,13); }
div.DivClassName
{
background-color: #53220D;
}
.BgClassName
{
background-color: #53220D;
}
</style>
border-color css
<style>
span { border-color: #53220D; }
span { border-color: rgb(83,34,13); }
td.TdClassName
{
border-color: #53220D;
}
.TagClassName
{
border-color: #53220D;
}
</style>