Shades of Baker's Chocolate #553705
Tints of Baker's Chocolate #553705
RGB
CMYK
RGB Variations
Color information
#553705 (or 0x553705) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 05. RGB value is (85,55,5). Sum of RGB (Red+Green+Blue) = 85+55+5=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #553705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553705 is #AAC8FA. Grayscale: #3A3A3A. Windows color (decimal): -11192571 or 341845. OLE color: 341845.
HSL color Cylindrical-coordinate representation of color #553705: hue angle of 37.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #553705 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 5 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.67 |
| HSL | 37.5º | 0.89% | 0.18% | - |
| HSV(B) | 37.5º | 0.94% | 0.33% | - |
| XYZ | 5.14 | 4.67 | 0.77 | - |
| YUV | 58.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 5 | 0 | 0.35 | 0.94 | 0.67 | 37.5 | 0.89 | 0.18 |
| Hex | 55 | 37 | 5 | 0 | 23 | 5E | 43 | 26 | 59 | 12 |
| Octal | 125 | 67 | 5 | 0 | 43 | 136 | 103 | 46 | 131 | 22 |
| Binary | 1010101 | 110111 | 101 | 0 | 100011 | 1011110 | 1000011 | 100110 | 1011001 | 10010 |
Color Harmonies of #553705
Complementary color
Monochromatic Colors of #553705
Black with #553705
Text Example
Text Example
White with #553705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553705; }
p { color: rgb(85,55,5); }
H1.HeaderClassName
{
color: #553705;
}
.AnyTagClassName
{
color: #553705;
}
</style>
background-color css
<style>
a { background-color: #553705; }
a { background-color: rgb(85,55,5); }
div.DivClassName
{
background-color: #553705;
}
.BgClassName
{
background-color: #553705;
}
</style>
border-color css
<style>
span { border-color: #553705; }
span { border-color: rgb(85,55,5); }
td.TdClassName
{
border-color: #553705;
}
.TagClassName
{
border-color: #553705;
}
</style>