Shades of Baker's Chocolate #553800
Tints of Baker's Chocolate #553800
RGB
CMYK
RGB Variations
Color information
#553800 (or 0x553800) is known color: Baker's Chocolate. HEX triplet: 55, 38 and 00. RGB value is (85,56,0). Sum of RGB (Red+Green+Blue) = 85+56+0=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #553800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553800 is #AAC7FF. Grayscale: #3A3A3A. Windows color (decimal): -11192320 or 14421. OLE color: 14421.
HSL color Cylindrical-coordinate representation of color #553800: hue angle of 39.53º 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 #553800 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.67 |
| HSL | 39.53º | 1% | 0.17% | - |
| HSV(B) | 39.53º | 1% | 0.33% | - |
| XYZ | 5.16 | 4.76 | 0.65 | - |
| YUV | 58.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 0 | 0 | 0.34 | 1 | 0.67 | 39.53 | 1 | 0.17 |
| Hex | 55 | 38 | 0 | 0 | 22 | 64 | 43 | 28 | 64 | 11 |
| Octal | 125 | 70 | 0 | 0 | 42 | 144 | 103 | 50 | 144 | 21 |
| Binary | 1010101 | 111000 | 0 | 0 | 100010 | 1100100 | 1000011 | 101000 | 1100100 | 10001 |
Color Harmonies of #553800
Complementary color
Monochromatic Colors of #553800
Black with #553800
Text Example
Text Example
White with #553800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553800; }
p { color: rgb(85,56,0); }
H1.HeaderClassName
{
color: #553800;
}
.AnyTagClassName
{
color: #553800;
}
</style>
background-color css
<style>
a { background-color: #553800; }
a { background-color: rgb(85,56,0); }
div.DivClassName
{
background-color: #553800;
}
.BgClassName
{
background-color: #553800;
}
</style>
border-color css
<style>
span { border-color: #553800; }
span { border-color: rgb(85,56,0); }
td.TdClassName
{
border-color: #553800;
}
.TagClassName
{
border-color: #553800;
}
</style>