Shades of Baker's Chocolate #553100
Tints of Baker's Chocolate #553100
RGB
CMYK
RGB Variations
Color information
#553100 (or 0x553100) is known color: Baker's Chocolate. HEX triplet: 55, 31 and 00. RGB value is (85,49,0). Sum of RGB (Red+Green+Blue) = 85+49+0=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #553100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553100 is #AACEFF. Grayscale: #363636. Windows color (decimal): -11194112 or 12629. OLE color: 12629.
HSL color Cylindrical-coordinate representation of color #553100: hue angle of 34.59º 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 #553100 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.67 |
| HSL | 34.59º | 1% | 0.17% | - |
| HSV(B) | 34.59º | 1% | 0.33% | - |
| XYZ | 4.84 | 4.13 | 0.54 | - |
| YUV | 54.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 0 | 0 | 0.42 | 1 | 0.67 | 34.59 | 1 | 0.17 |
| Hex | 55 | 31 | 0 | 0 | 2A | 64 | 43 | 23 | 64 | 11 |
| Octal | 125 | 61 | 0 | 0 | 52 | 144 | 103 | 43 | 144 | 21 |
| Binary | 1010101 | 110001 | 0 | 0 | 101010 | 1100100 | 1000011 | 100011 | 1100100 | 10001 |
Color Harmonies of #553100
Complementary color
Monochromatic Colors of #553100
Black with #553100
Text Example
Text Example
White with #553100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553100; }
p { color: rgb(85,49,0); }
H1.HeaderClassName
{
color: #553100;
}
.AnyTagClassName
{
color: #553100;
}
</style>
background-color css
<style>
a { background-color: #553100; }
a { background-color: rgb(85,49,0); }
div.DivClassName
{
background-color: #553100;
}
.BgClassName
{
background-color: #553100;
}
</style>
border-color css
<style>
span { border-color: #553100; }
span { border-color: rgb(85,49,0); }
td.TdClassName
{
border-color: #553100;
}
.TagClassName
{
border-color: #553100;
}
</style>