Shades of Baker's Chocolate #53330C
Tints of Baker's Chocolate #53330C
RGB
CMYK
RGB Variations
Color information
#53330C (or 0x53330C) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 0C. RGB value is (83,51,12). Sum of RGB (Red+Green+Blue) = 83+51+12=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53330C is #ACCCF3. Grayscale: #383838. Windows color (decimal): -11324660 or 799571. OLE color: 799571.
HSL color Cylindrical-coordinate representation of color #53330C: hue angle of 32.96º 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 #53330C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 12 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.67 |
| HSL | 32.96º | 0.75% | 0.19% | - |
| HSV(B) | 32.96º | 0.86% | 0.33% | - |
| XYZ | 4.82 | 4.23 | 0.91 | - |
| YUV | 56.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 12 | 0 | 0.39 | 0.86 | 0.67 | 32.96 | 0.75 | 0.19 |
| Hex | 53 | 33 | C | 0 | 27 | 56 | 43 | 21 | 4B | 13 |
| Octal | 123 | 63 | 14 | 0 | 47 | 126 | 103 | 41 | 113 | 23 |
| Binary | 1010011 | 110011 | 1100 | 0 | 100111 | 1010110 | 1000011 | 100001 | 1001011 | 10011 |
Color Harmonies of #53330C
Complementary color
Monochromatic Colors of #53330C
Black with #53330C
Text Example
Text Example
White with #53330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53330C; }
p { color: rgb(83,51,12); }
H1.HeaderClassName
{
color: #53330C;
}
.AnyTagClassName
{
color: #53330C;
}
</style>
background-color css
<style>
a { background-color: #53330C; }
a { background-color: rgb(83,51,12); }
div.DivClassName
{
background-color: #53330C;
}
.BgClassName
{
background-color: #53330C;
}
</style>
border-color css
<style>
span { border-color: #53330C; }
span { border-color: rgb(83,51,12); }
td.TdClassName
{
border-color: #53330C;
}
.TagClassName
{
border-color: #53330C;
}
</style>