Shades of Baker's Chocolate #53350C
Tints of Baker's Chocolate #53350C
RGB
CMYK
RGB Variations
Color information
#53350C (or 0x53350C) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 0C. RGB value is (83,53,12). Sum of RGB (Red+Green+Blue) = 83+53+12=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53350C is #ACCAF3. Grayscale: #393939. Windows color (decimal): -11324148 or 800083. OLE color: 800083.
HSL color Cylindrical-coordinate representation of color #53350C: hue angle of 34.65º 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 #53350C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 53 | 12 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.67 |
| HSL | 34.65º | 0.75% | 0.19% | - |
| HSV(B) | 34.65º | 0.86% | 0.33% | - |
| XYZ | 4.91 | 4.41 | 0.94 | - |
| YUV | 57.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 12 | 0 | 0.36 | 0.86 | 0.67 | 34.65 | 0.75 | 0.19 |
| Hex | 53 | 35 | C | 0 | 24 | 56 | 43 | 23 | 4B | 13 |
| Octal | 123 | 65 | 14 | 0 | 44 | 126 | 103 | 43 | 113 | 23 |
| Binary | 1010011 | 110101 | 1100 | 0 | 100100 | 1010110 | 1000011 | 100011 | 1001011 | 10011 |
Color Harmonies of #53350C
Complementary color
Monochromatic Colors of #53350C
Black with #53350C
Text Example
Text Example
White with #53350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53350C; }
p { color: rgb(83,53,12); }
H1.HeaderClassName
{
color: #53350C;
}
.AnyTagClassName
{
color: #53350C;
}
</style>
background-color css
<style>
a { background-color: #53350C; }
a { background-color: rgb(83,53,12); }
div.DivClassName
{
background-color: #53350C;
}
.BgClassName
{
background-color: #53350C;
}
</style>
border-color css
<style>
span { border-color: #53350C; }
span { border-color: rgb(83,53,12); }
td.TdClassName
{
border-color: #53350C;
}
.TagClassName
{
border-color: #53350C;
}
</style>