Shades of Baker's Chocolate #53240C
Tints of Baker's Chocolate #53240C
RGB
CMYK
RGB Variations
Color information
#53240C (or 0x53240C) is known color: Baker's Chocolate. HEX triplet: 53, 24 and 0C. RGB value is (83,36,12). Sum of RGB (Red+Green+Blue) = 83+36+12=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53240C is #ACDBF3. Grayscale: #2F2F2F. Windows color (decimal): -11328500 or 795731. OLE color: 795731.
HSL color Cylindrical-coordinate representation of color #53240C: hue angle of 20.28º 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 #53240C is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 36 | 12 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.67 |
| HSL | 20.28º | 0.75% | 0.19% | - |
| HSV(B) | 20.28º | 0.86% | 0.33% | - |
| XYZ | 4.26 | 3.13 | 0.73 | - |
| YUV | 47.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 12 | 0 | 0.57 | 0.86 | 0.67 | 20.28 | 0.75 | 0.19 |
| Hex | 53 | 24 | C | 0 | 39 | 56 | 43 | 14 | 4B | 13 |
| Octal | 123 | 44 | 14 | 0 | 71 | 126 | 103 | 24 | 113 | 23 |
| Binary | 1010011 | 100100 | 1100 | 0 | 111001 | 1010110 | 1000011 | 10100 | 1001011 | 10011 |
Color Harmonies of #53240C
Complementary color
Monochromatic Colors of #53240C
Black with #53240C
Text Example
Text Example
White with #53240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53240C; }
p { color: rgb(83,36,12); }
H1.HeaderClassName
{
color: #53240C;
}
.AnyTagClassName
{
color: #53240C;
}
</style>
background-color css
<style>
a { background-color: #53240C; }
a { background-color: rgb(83,36,12); }
div.DivClassName
{
background-color: #53240C;
}
.BgClassName
{
background-color: #53240C;
}
</style>
border-color css
<style>
span { border-color: #53240C; }
span { border-color: rgb(83,36,12); }
td.TdClassName
{
border-color: #53240C;
}
.TagClassName
{
border-color: #53240C;
}
</style>