Shades of Baker's Chocolate #553313
Tints of Baker's Chocolate #553313
RGB
CMYK
RGB Variations
Color information
#553313 (or 0x553313) is known color: Baker's Chocolate. HEX triplet: 55, 33 and 13. RGB value is (85,51,19). Sum of RGB (Red+Green+Blue) = 85+51+19=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553313 is #AACCEC. Grayscale: #393939. Windows color (decimal): -11193581 or 1258325. OLE color: 1258325.
HSL color Cylindrical-coordinate representation of color #553313: hue angle of 29.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #553313 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 19 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.67 |
| HSL | 29.09º | 0.63% | 0.2% | - |
| HSV(B) | 29.09º | 0.78% | 0.33% | - |
| XYZ | 5.05 | 4.35 | 1.19 | - |
| YUV | 57.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 19 | 0 | 0.40 | 0.78 | 0.67 | 29.09 | 0.63 | 0.2 |
| Hex | 55 | 33 | 13 | 0 | 28 | 4E | 43 | 1D | 3F | 14 |
| Octal | 125 | 63 | 23 | 0 | 50 | 116 | 103 | 35 | 77 | 24 |
| Binary | 1010101 | 110011 | 10011 | 0 | 101000 | 1001110 | 1000011 | 11101 | 111111 | 10100 |
Color Harmonies of #553313
Complementary color
Monochromatic Colors of #553313
Black with #553313
Text Example
Text Example
White with #553313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553313; }
p { color: rgb(85,51,19); }
H1.HeaderClassName
{
color: #553313;
}
.AnyTagClassName
{
color: #553313;
}
</style>
background-color css
<style>
a { background-color: #553313; }
a { background-color: rgb(85,51,19); }
div.DivClassName
{
background-color: #553313;
}
.BgClassName
{
background-color: #553313;
}
</style>
border-color css
<style>
span { border-color: #553313; }
span { border-color: rgb(85,51,19); }
td.TdClassName
{
border-color: #553313;
}
.TagClassName
{
border-color: #553313;
}
</style>