Shades of Baker's Chocolate #553717
Tints of Baker's Chocolate #553717
RGB
CMYK
RGB Variations
Color information
#553717 (or 0x553717) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 17. RGB value is (85,55,23). Sum of RGB (Red+Green+Blue) = 85+55+23=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553717 is #AAC8E8. Grayscale: #3C3C3C. Windows color (decimal): -11192553 or 1521493. OLE color: 1521493.
HSL color Cylindrical-coordinate representation of color #553717: hue angle of 30.97º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553717 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 23 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.67 |
| HSL | 30.97º | 0.57% | 0.21% | - |
| HSV(B) | 30.97º | 0.73% | 0.33% | - |
| XYZ | 5.27 | 4.73 | 1.45 | - |
| YUV | 60.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 23 | 0 | 0.35 | 0.73 | 0.67 | 30.97 | 0.57 | 0.21 |
| Hex | 55 | 37 | 17 | 0 | 23 | 49 | 43 | 1F | 39 | 15 |
| Octal | 125 | 67 | 27 | 0 | 43 | 111 | 103 | 37 | 71 | 25 |
| Binary | 1010101 | 110111 | 10111 | 0 | 100011 | 1001001 | 1000011 | 11111 | 111001 | 10101 |
Color Harmonies of #553717
Complementary color
Monochromatic Colors of #553717
Black with #553717
Text Example
Text Example
White with #553717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553717; }
p { color: rgb(85,55,23); }
H1.HeaderClassName
{
color: #553717;
}
.AnyTagClassName
{
color: #553717;
}
</style>
background-color css
<style>
a { background-color: #553717; }
a { background-color: rgb(85,55,23); }
div.DivClassName
{
background-color: #553717;
}
.BgClassName
{
background-color: #553717;
}
</style>
border-color css
<style>
span { border-color: #553717; }
span { border-color: rgb(85,55,23); }
td.TdClassName
{
border-color: #553717;
}
.TagClassName
{
border-color: #553717;
}
</style>