Shades of Baker's Chocolate #553112
Tints of Baker's Chocolate #553112
RGB
CMYK
RGB Variations
Color information
#553112 (or 0x553112) is known color: Baker's Chocolate. HEX triplet: 55, 31 and 12. RGB value is (85,49,18). Sum of RGB (Red+Green+Blue) = 85+49+18=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #553112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553112 is #AACEED. Grayscale: #383838. Windows color (decimal): -11194094 or 1192277. OLE color: 1192277.
HSL color Cylindrical-coordinate representation of color #553112: hue angle of 27.76º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #553112 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 18 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.67 |
| HSL | 27.76º | 0.65% | 0.2% | - |
| HSV(B) | 27.76º | 0.79% | 0.33% | - |
| XYZ | 4.95 | 4.17 | 1.12 | - |
| YUV | 56.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 18 | 0 | 0.42 | 0.79 | 0.67 | 27.76 | 0.65 | 0.2 |
| Hex | 55 | 31 | 12 | 0 | 2A | 4F | 43 | 1C | 41 | 14 |
| Octal | 125 | 61 | 22 | 0 | 52 | 117 | 103 | 34 | 101 | 24 |
| Binary | 1010101 | 110001 | 10010 | 0 | 101010 | 1001111 | 1000011 | 11100 | 1000001 | 10100 |
Color Harmonies of #553112
Complementary color
Monochromatic Colors of #553112
Black with #553112
Text Example
Text Example
White with #553112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553112; }
p { color: rgb(85,49,18); }
H1.HeaderClassName
{
color: #553112;
}
.AnyTagClassName
{
color: #553112;
}
</style>
background-color css
<style>
a { background-color: #553112; }
a { background-color: rgb(85,49,18); }
div.DivClassName
{
background-color: #553112;
}
.BgClassName
{
background-color: #553112;
}
</style>
border-color css
<style>
span { border-color: #553112; }
span { border-color: rgb(85,49,18); }
td.TdClassName
{
border-color: #553112;
}
.TagClassName
{
border-color: #553112;
}
</style>