Shades of Baker's Chocolate #551F06
Tints of Baker's Chocolate #551F06
RGB
CMYK
RGB Variations
Color information
#551F06 (or 0x551F06) is known color: Baker's Chocolate. HEX triplet: 55, 1F and 06. RGB value is (85,31,6). Sum of RGB (Red+Green+Blue) = 85+31+6=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F06 is #AAE0F9. Grayscale: #2C2C2C. Windows color (decimal): -11198714 or 401237. OLE color: 401237.
HSL color Cylindrical-coordinate representation of color #551F06: hue angle of 18.99º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #551F06 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 31 | 6 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.67 |
| HSL | 18.99º | 0.87% | 0.18% | - |
| HSV(B) | 18.99º | 0.93% | 0.33% | - |
| XYZ | 4.27 | 2.92 | 0.51 | - |
| YUV | 44.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 6 | 0 | 0.64 | 0.93 | 0.67 | 18.99 | 0.87 | 0.18 |
| Hex | 55 | 1F | 6 | 0 | 40 | 5D | 43 | 13 | 57 | 12 |
| Octal | 125 | 37 | 6 | 0 | 100 | 135 | 103 | 23 | 127 | 22 |
| Binary | 1010101 | 11111 | 110 | 0 | 1000000 | 1011101 | 1000011 | 10011 | 1010111 | 10010 |
Color Harmonies of #551F06
Complementary color
Monochromatic Colors of #551F06
Black with #551F06
Text Example
Text Example
White with #551F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F06; }
p { color: rgb(85,31,6); }
H1.HeaderClassName
{
color: #551F06;
}
.AnyTagClassName
{
color: #551F06;
}
</style>
background-color css
<style>
a { background-color: #551F06; }
a { background-color: rgb(85,31,6); }
div.DivClassName
{
background-color: #551F06;
}
.BgClassName
{
background-color: #551F06;
}
</style>
border-color css
<style>
span { border-color: #551F06; }
span { border-color: rgb(85,31,6); }
td.TdClassName
{
border-color: #551F06;
}
.TagClassName
{
border-color: #551F06;
}
</style>