Shades of Baker's Chocolate #53240D
Tints of Baker's Chocolate #53240D
RGB
CMYK
RGB Variations
Color information
#53240D (or 0x53240D) is known color: Baker's Chocolate. HEX triplet: 53, 24 and 0D. RGB value is (83,36,13). Sum of RGB (Red+Green+Blue) = 83+36+13=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53240D is #ACDBF2. Grayscale: #2F2F2F. Windows color (decimal): -11328499 or 861267. OLE color: 861267.
HSL color Cylindrical-coordinate representation of color #53240D: hue angle of 19.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 #53240D is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 36 | 13 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.67 |
| HSL | 19.71º | 0.73% | 0.19% | - |
| HSV(B) | 19.71º | 0.84% | 0.33% | - |
| XYZ | 4.27 | 3.13 | 0.76 | - |
| YUV | 47.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 13 | 0 | 0.57 | 0.84 | 0.67 | 19.71 | 0.73 | 0.19 |
| Hex | 53 | 24 | D | 0 | 39 | 54 | 43 | 14 | 49 | 13 |
| Octal | 123 | 44 | 15 | 0 | 71 | 124 | 103 | 24 | 111 | 23 |
| Binary | 1010011 | 100100 | 1101 | 0 | 111001 | 1010100 | 1000011 | 10100 | 1001001 | 10011 |
Color Harmonies of #53240D
Complementary color
Monochromatic Colors of #53240D
Black with #53240D
Text Example
Text Example
White with #53240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53240D; }
p { color: rgb(83,36,13); }
H1.HeaderClassName
{
color: #53240D;
}
.AnyTagClassName
{
color: #53240D;
}
</style>
background-color css
<style>
a { background-color: #53240D; }
a { background-color: rgb(83,36,13); }
div.DivClassName
{
background-color: #53240D;
}
.BgClassName
{
background-color: #53240D;
}
</style>
border-color css
<style>
span { border-color: #53240D; }
span { border-color: rgb(83,36,13); }
td.TdClassName
{
border-color: #53240D;
}
.TagClassName
{
border-color: #53240D;
}
</style>