Shades of Baker's Chocolate #553607
Tints of Baker's Chocolate #553607
RGB
CMYK
RGB Variations
Color information
#553607 (or 0x553607) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 07. RGB value is (85,54,7). Sum of RGB (Red+Green+Blue) = 85+54+7=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #553607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553607 is #AAC9F8. Grayscale: #3A3A3A. Windows color (decimal): -11192825 or 472661. OLE color: 472661.
HSL color Cylindrical-coordinate representation of color #553607: hue angle of 36.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #553607 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 7 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.67 |
| HSL | 36.15º | 0.85% | 0.18% | - |
| HSV(B) | 36.15º | 0.92% | 0.33% | - |
| XYZ | 5.1 | 4.58 | 0.82 | - |
| YUV | 57.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 7 | 0 | 0.36 | 0.92 | 0.67 | 36.15 | 0.85 | 0.18 |
| Hex | 55 | 36 | 7 | 0 | 24 | 5C | 43 | 24 | 55 | 12 |
| Octal | 125 | 66 | 7 | 0 | 44 | 134 | 103 | 44 | 125 | 22 |
| Binary | 1010101 | 110110 | 111 | 0 | 100100 | 1011100 | 1000011 | 100100 | 1010101 | 10010 |
Color Harmonies of #553607
Complementary color
Monochromatic Colors of #553607
Black with #553607
Text Example
Text Example
White with #553607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553607; }
p { color: rgb(85,54,7); }
H1.HeaderClassName
{
color: #553607;
}
.AnyTagClassName
{
color: #553607;
}
</style>
background-color css
<style>
a { background-color: #553607; }
a { background-color: rgb(85,54,7); }
div.DivClassName
{
background-color: #553607;
}
.BgClassName
{
background-color: #553607;
}
</style>
border-color css
<style>
span { border-color: #553607; }
span { border-color: rgb(85,54,7); }
td.TdClassName
{
border-color: #553607;
}
.TagClassName
{
border-color: #553607;
}
</style>