Shades of Baker's Chocolate #53340C
Tints of Baker's Chocolate #53340C
RGB
CMYK
RGB Variations
Color information
#53340C (or 0x53340C) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 0C. RGB value is (83,52,12). Sum of RGB (Red+Green+Blue) = 83+52+12=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53340C is #ACCBF3. Grayscale: #383838. Windows color (decimal): -11324404 or 799827. OLE color: 799827.
HSL color Cylindrical-coordinate representation of color #53340C: hue angle of 33.8º 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 #53340C is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 12 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.67 |
| HSL | 33.8º | 0.75% | 0.19% | - |
| HSV(B) | 33.8º | 0.86% | 0.33% | - |
| XYZ | 4.86 | 4.32 | 0.93 | - |
| YUV | 56.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 12 | 0 | 0.37 | 0.86 | 0.67 | 33.8 | 0.75 | 0.19 |
| Hex | 53 | 34 | C | 0 | 25 | 56 | 43 | 22 | 4B | 13 |
| Octal | 123 | 64 | 14 | 0 | 45 | 126 | 103 | 42 | 113 | 23 |
| Binary | 1010011 | 110100 | 1100 | 0 | 100101 | 1010110 | 1000011 | 100010 | 1001011 | 10011 |
Color Harmonies of #53340C
Complementary color
Monochromatic Colors of #53340C
Black with #53340C
Text Example
Text Example
White with #53340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53340C; }
p { color: rgb(83,52,12); }
H1.HeaderClassName
{
color: #53340C;
}
.AnyTagClassName
{
color: #53340C;
}
</style>
background-color css
<style>
a { background-color: #53340C; }
a { background-color: rgb(83,52,12); }
div.DivClassName
{
background-color: #53340C;
}
.BgClassName
{
background-color: #53340C;
}
</style>
border-color css
<style>
span { border-color: #53340C; }
span { border-color: rgb(83,52,12); }
td.TdClassName
{
border-color: #53340C;
}
.TagClassName
{
border-color: #53340C;
}
</style>