Shades of Baker's Chocolate #53330D
Tints of Baker's Chocolate #53330D
RGB
CMYK
RGB Variations
Color information
#53330D (or 0x53330D) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 0D. RGB value is (83,51,13). Sum of RGB (Red+Green+Blue) = 83+51+13=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53330D is #ACCCF2. Grayscale: #383838. Windows color (decimal): -11324659 or 865107. OLE color: 865107.
HSL color Cylindrical-coordinate representation of color #53330D: hue angle of 32.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53330D is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 13 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.67 |
| HSL | 32.57º | 0.73% | 0.19% | - |
| HSV(B) | 32.57º | 0.84% | 0.33% | - |
| XYZ | 4.82 | 4.24 | 0.94 | - |
| YUV | 56.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 13 | 0 | 0.39 | 0.84 | 0.67 | 32.57 | 0.73 | 0.19 |
| Hex | 53 | 33 | D | 0 | 27 | 54 | 43 | 21 | 49 | 13 |
| Octal | 123 | 63 | 15 | 0 | 47 | 124 | 103 | 41 | 111 | 23 |
| Binary | 1010011 | 110011 | 1101 | 0 | 100111 | 1010100 | 1000011 | 100001 | 1001001 | 10011 |
Color Harmonies of #53330D
Complementary color
Monochromatic Colors of #53330D
Black with #53330D
Text Example
Text Example
White with #53330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53330D; }
p { color: rgb(83,51,13); }
H1.HeaderClassName
{
color: #53330D;
}
.AnyTagClassName
{
color: #53330D;
}
</style>
background-color css
<style>
a { background-color: #53330D; }
a { background-color: rgb(83,51,13); }
div.DivClassName
{
background-color: #53330D;
}
.BgClassName
{
background-color: #53330D;
}
</style>
border-color css
<style>
span { border-color: #53330D; }
span { border-color: rgb(83,51,13); }
td.TdClassName
{
border-color: #53330D;
}
.TagClassName
{
border-color: #53330D;
}
</style>