Shades of Baker's Chocolate #55270D
Tints of Baker's Chocolate #55270D
RGB
CMYK
RGB Variations
Color information
#55270D (or 0x55270D) is known color: Baker's Chocolate. HEX triplet: 55, 27 and 0D. RGB value is (85,39,13). Sum of RGB (Red+Green+Blue) = 85+39+13=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55270D is #AAD8F2. Grayscale: #313131. Windows color (decimal): -11196659 or 862037. OLE color: 862037.
HSL color Cylindrical-coordinate representation of color #55270D: hue angle of 21.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55270D is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 13 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.67 |
| HSL | 21.67º | 0.73% | 0.19% | - |
| HSV(B) | 21.67º | 0.85% | 0.33% | - |
| XYZ | 4.54 | 3.41 | 0.8 | - |
| YUV | 49.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 13 | 0 | 0.54 | 0.85 | 0.67 | 21.67 | 0.73 | 0.19 |
| Hex | 55 | 27 | D | 0 | 36 | 55 | 43 | 16 | 49 | 13 |
| Octal | 125 | 47 | 15 | 0 | 66 | 125 | 103 | 26 | 111 | 23 |
| Binary | 1010101 | 100111 | 1101 | 0 | 110110 | 1010101 | 1000011 | 10110 | 1001001 | 10011 |
Color Harmonies of #55270D
Complementary color
Monochromatic Colors of #55270D
Black with #55270D
Text Example
Text Example
White with #55270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55270D; }
p { color: rgb(85,39,13); }
H1.HeaderClassName
{
color: #55270D;
}
.AnyTagClassName
{
color: #55270D;
}
</style>
background-color css
<style>
a { background-color: #55270D; }
a { background-color: rgb(85,39,13); }
div.DivClassName
{
background-color: #55270D;
}
.BgClassName
{
background-color: #55270D;
}
</style>
border-color css
<style>
span { border-color: #55270D; }
span { border-color: rgb(85,39,13); }
td.TdClassName
{
border-color: #55270D;
}
.TagClassName
{
border-color: #55270D;
}
</style>