Shades of Baker's Chocolate #53260D
Tints of Baker's Chocolate #53260D
RGB
CMYK
RGB Variations
Color information
#53260D (or 0x53260D) is known color: Baker's Chocolate. HEX triplet: 53, 26 and 0D. RGB value is (83,38,13). Sum of RGB (Red+Green+Blue) = 83+38+13=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53260D is #ACD9F2. Grayscale: #303030. Windows color (decimal): -11327987 or 861779. OLE color: 861779.
HSL color Cylindrical-coordinate representation of color #53260D: hue angle of 21.43º 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 #53260D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 38 | 13 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.67 |
| HSL | 21.43º | 0.73% | 0.19% | - |
| HSV(B) | 21.43º | 0.84% | 0.33% | - |
| XYZ | 4.33 | 3.25 | 0.78 | - |
| YUV | 48.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 13 | 0 | 0.54 | 0.84 | 0.67 | 21.43 | 0.73 | 0.19 |
| Hex | 53 | 26 | D | 0 | 36 | 54 | 43 | 15 | 49 | 13 |
| Octal | 123 | 46 | 15 | 0 | 66 | 124 | 103 | 25 | 111 | 23 |
| Binary | 1010011 | 100110 | 1101 | 0 | 110110 | 1010100 | 1000011 | 10101 | 1001001 | 10011 |
Color Harmonies of #53260D
Complementary color
Monochromatic Colors of #53260D
Black with #53260D
Text Example
Text Example
White with #53260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53260D; }
p { color: rgb(83,38,13); }
H1.HeaderClassName
{
color: #53260D;
}
.AnyTagClassName
{
color: #53260D;
}
</style>
background-color css
<style>
a { background-color: #53260D; }
a { background-color: rgb(83,38,13); }
div.DivClassName
{
background-color: #53260D;
}
.BgClassName
{
background-color: #53260D;
}
</style>
border-color css
<style>
span { border-color: #53260D; }
span { border-color: rgb(83,38,13); }
td.TdClassName
{
border-color: #53260D;
}
.TagClassName
{
border-color: #53260D;
}
</style>