Shades of Baker's Chocolate #53390D
Tints of Baker's Chocolate #53390D
RGB
CMYK
RGB Variations
Color information
#53390D (or 0x53390D) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 0D. RGB value is (83,57,13). Sum of RGB (Red+Green+Blue) = 83+57+13=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #53390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53390D is #ACC6F2. Grayscale: #3B3B3B. Windows color (decimal): -11323123 or 866643. OLE color: 866643.
HSL color Cylindrical-coordinate representation of color #53390D: hue angle of 37.71º 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 #53390D is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 13 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.67 |
| HSL | 37.71º | 0.73% | 0.19% | - |
| HSV(B) | 37.71º | 0.84% | 0.33% | - |
| XYZ | 5.1 | 4.79 | 1.04 | - |
| YUV | 59.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 13 | 0 | 0.31 | 0.84 | 0.67 | 37.71 | 0.73 | 0.19 |
| Hex | 53 | 39 | D | 0 | 1F | 54 | 43 | 26 | 49 | 13 |
| Octal | 123 | 71 | 15 | 0 | 37 | 124 | 103 | 46 | 111 | 23 |
| Binary | 1010011 | 111001 | 1101 | 0 | 11111 | 1010100 | 1000011 | 100110 | 1001001 | 10011 |
Color Harmonies of #53390D
Complementary color
Monochromatic Colors of #53390D
Black with #53390D
Text Example
Text Example
White with #53390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53390D; }
p { color: rgb(83,57,13); }
H1.HeaderClassName
{
color: #53390D;
}
.AnyTagClassName
{
color: #53390D;
}
</style>
background-color css
<style>
a { background-color: #53390D; }
a { background-color: rgb(83,57,13); }
div.DivClassName
{
background-color: #53390D;
}
.BgClassName
{
background-color: #53390D;
}
</style>
border-color css
<style>
span { border-color: #53390D; }
span { border-color: rgb(83,57,13); }
td.TdClassName
{
border-color: #53390D;
}
.TagClassName
{
border-color: #53390D;
}
</style>