Shades of Baker's Chocolate #53390C
Tints of Baker's Chocolate #53390C
RGB
CMYK
RGB Variations
Color information
#53390C (or 0x53390C) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 0C. RGB value is (83,57,12). Sum of RGB (Red+Green+Blue) = 83+57+12=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #53390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53390C is #ACC6F3. Grayscale: #3B3B3B. Windows color (decimal): -11323124 or 801107. OLE color: 801107.
HSL color Cylindrical-coordinate representation of color #53390C: hue angle of 38.03º 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 #53390C is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 12 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.67 |
| HSL | 38.03º | 0.75% | 0.19% | - |
| HSV(B) | 38.03º | 0.86% | 0.33% | - |
| XYZ | 5.1 | 4.79 | 1 | - |
| YUV | 59.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 12 | 0 | 0.31 | 0.86 | 0.67 | 38.03 | 0.75 | 0.19 |
| Hex | 53 | 39 | C | 0 | 1F | 56 | 43 | 26 | 4B | 13 |
| Octal | 123 | 71 | 14 | 0 | 37 | 126 | 103 | 46 | 113 | 23 |
| Binary | 1010011 | 111001 | 1100 | 0 | 11111 | 1010110 | 1000011 | 100110 | 1001011 | 10011 |
Color Harmonies of #53390C
Complementary color
Monochromatic Colors of #53390C
Black with #53390C
Text Example
Text Example
White with #53390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53390C; }
p { color: rgb(83,57,12); }
H1.HeaderClassName
{
color: #53390C;
}
.AnyTagClassName
{
color: #53390C;
}
</style>
background-color css
<style>
a { background-color: #53390C; }
a { background-color: rgb(83,57,12); }
div.DivClassName
{
background-color: #53390C;
}
.BgClassName
{
background-color: #53390C;
}
</style>
border-color css
<style>
span { border-color: #53390C; }
span { border-color: rgb(83,57,12); }
td.TdClassName
{
border-color: #53390C;
}
.TagClassName
{
border-color: #53390C;
}
</style>