Shades of Baker's Chocolate #553600
Tints of Baker's Chocolate #553600
RGB
CMYK
RGB Variations
Color information
#553600 (or 0x553600) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 00. RGB value is (85,54,0). Sum of RGB (Red+Green+Blue) = 85+54+0=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #553600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553600 is #AAC9FF. Grayscale: #393939. Windows color (decimal): -11192832 or 13909. OLE color: 13909.
HSL color Cylindrical-coordinate representation of color #553600: hue angle of 38.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #553600 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.67 |
| HSL | 38.12º | 1% | 0.17% | - |
| HSV(B) | 38.12º | 1% | 0.33% | - |
| XYZ | 5.07 | 4.57 | 0.62 | - |
| YUV | 57.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 0 | 0 | 0.36 | 1 | 0.67 | 38.12 | 1 | 0.17 |
| Hex | 55 | 36 | 0 | 0 | 24 | 64 | 43 | 26 | 64 | 11 |
| Octal | 125 | 66 | 0 | 0 | 44 | 144 | 103 | 46 | 144 | 21 |
| Binary | 1010101 | 110110 | 0 | 0 | 100100 | 1100100 | 1000011 | 100110 | 1100100 | 10001 |
Color Harmonies of #553600
Complementary color
Monochromatic Colors of #553600
Black with #553600
Text Example
Text Example
White with #553600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553600; }
p { color: rgb(85,54,0); }
H1.HeaderClassName
{
color: #553600;
}
.AnyTagClassName
{
color: #553600;
}
</style>
background-color css
<style>
a { background-color: #553600; }
a { background-color: rgb(85,54,0); }
div.DivClassName
{
background-color: #553600;
}
.BgClassName
{
background-color: #553600;
}
</style>
border-color css
<style>
span { border-color: #553600; }
span { border-color: rgb(85,54,0); }
td.TdClassName
{
border-color: #553600;
}
.TagClassName
{
border-color: #553600;
}
</style>