Shades of Baker's Chocolate #553910
Tints of Baker's Chocolate #553910
RGB
CMYK
RGB Variations
Color information
#553910 (or 0x553910) is known color: Baker's Chocolate. HEX triplet: 55, 39 and 10. RGB value is (85,57,16). Sum of RGB (Red+Green+Blue) = 85+57+16=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #553910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553910 is #AAC6EF. Grayscale: #3C3C3C. Windows color (decimal): -11192048 or 1063253. OLE color: 1063253.
HSL color Cylindrical-coordinate representation of color #553910: hue angle of 35.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #553910 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 16 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.67 |
| HSL | 35.65º | 0.68% | 0.2% | - |
| HSV(B) | 35.65º | 0.81% | 0.33% | - |
| XYZ | 5.3 | 4.89 | 1.16 | - |
| YUV | 60.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 16 | 0 | 0.33 | 0.81 | 0.67 | 35.65 | 0.68 | 0.2 |
| Hex | 55 | 39 | 10 | 0 | 21 | 51 | 43 | 24 | 44 | 14 |
| Octal | 125 | 71 | 20 | 0 | 41 | 121 | 103 | 44 | 104 | 24 |
| Binary | 1010101 | 111001 | 10000 | 0 | 100001 | 1010001 | 1000011 | 100100 | 1000100 | 10100 |
Color Harmonies of #553910
Complementary color
Monochromatic Colors of #553910
Black with #553910
Text Example
Text Example
White with #553910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553910; }
p { color: rgb(85,57,16); }
H1.HeaderClassName
{
color: #553910;
}
.AnyTagClassName
{
color: #553910;
}
</style>
background-color css
<style>
a { background-color: #553910; }
a { background-color: rgb(85,57,16); }
div.DivClassName
{
background-color: #553910;
}
.BgClassName
{
background-color: #553910;
}
</style>
border-color css
<style>
span { border-color: #553910; }
span { border-color: rgb(85,57,16); }
td.TdClassName
{
border-color: #553910;
}
.TagClassName
{
border-color: #553910;
}
</style>