Shades of Baker's Chocolate #553605
Tints of Baker's Chocolate #553605
RGB
CMYK
RGB Variations
Color information
#553605 (or 0x553605) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 05. RGB value is (85,54,5). Sum of RGB (Red+Green+Blue) = 85+54+5=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #553605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553605 is #AAC9FA. Grayscale: #393939. Windows color (decimal): -11192827 or 341589. OLE color: 341589.
HSL color Cylindrical-coordinate representation of color #553605: hue angle of 36.75º 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 #553605 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 5 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.67 |
| HSL | 36.75º | 0.89% | 0.18% | - |
| HSV(B) | 36.75º | 0.94% | 0.33% | - |
| XYZ | 5.09 | 4.58 | 0.76 | - |
| YUV | 57.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 5 | 0 | 0.36 | 0.94 | 0.67 | 36.75 | 0.89 | 0.18 |
| Hex | 55 | 36 | 5 | 0 | 24 | 5E | 43 | 25 | 59 | 12 |
| Octal | 125 | 66 | 5 | 0 | 44 | 136 | 103 | 45 | 131 | 22 |
| Binary | 1010101 | 110110 | 101 | 0 | 100100 | 1011110 | 1000011 | 100101 | 1011001 | 10010 |
Color Harmonies of #553605
Complementary color
Monochromatic Colors of #553605
Black with #553605
Text Example
Text Example
White with #553605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553605; }
p { color: rgb(85,54,5); }
H1.HeaderClassName
{
color: #553605;
}
.AnyTagClassName
{
color: #553605;
}
</style>
background-color css
<style>
a { background-color: #553605; }
a { background-color: rgb(85,54,5); }
div.DivClassName
{
background-color: #553605;
}
.BgClassName
{
background-color: #553605;
}
</style>
border-color css
<style>
span { border-color: #553605; }
span { border-color: rgb(85,54,5); }
td.TdClassName
{
border-color: #553605;
}
.TagClassName
{
border-color: #553605;
}
</style>