Shades of Baker's Chocolate #551D06
Tints of Baker's Chocolate #551D06
RGB
CMYK
RGB Variations
Color information
#551D06 (or 0x551D06) is known color: Baker's Chocolate. HEX triplet: 55, 1D and 06. RGB value is (85,29,6). Sum of RGB (Red+Green+Blue) = 85+29+6=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #551D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D06 is #AAE2F9. Grayscale: #2B2B2B. Windows color (decimal): -11199226 or 400725. OLE color: 400725.
HSL color Cylindrical-coordinate representation of color #551D06: hue angle of 17.47º 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 #551D06 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 6 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.67 |
| HSL | 17.47º | 0.87% | 0.18% | - |
| HSV(B) | 17.47º | 0.93% | 0.33% | - |
| XYZ | 4.22 | 2.82 | 0.49 | - |
| YUV | 43.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 6 | 0 | 0.66 | 0.93 | 0.67 | 17.47 | 0.87 | 0.18 |
| Hex | 55 | 1D | 6 | 0 | 42 | 5D | 43 | 11 | 57 | 12 |
| Octal | 125 | 35 | 6 | 0 | 102 | 135 | 103 | 21 | 127 | 22 |
| Binary | 1010101 | 11101 | 110 | 0 | 1000010 | 1011101 | 1000011 | 10001 | 1010111 | 10010 |
Color Harmonies of #551D06
Complementary color
Monochromatic Colors of #551D06
Black with #551D06
Text Example
Text Example
White with #551D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D06; }
p { color: rgb(85,29,6); }
H1.HeaderClassName
{
color: #551D06;
}
.AnyTagClassName
{
color: #551D06;
}
</style>
background-color css
<style>
a { background-color: #551D06; }
a { background-color: rgb(85,29,6); }
div.DivClassName
{
background-color: #551D06;
}
.BgClassName
{
background-color: #551D06;
}
</style>
border-color css
<style>
span { border-color: #551D06; }
span { border-color: rgb(85,29,6); }
td.TdClassName
{
border-color: #551D06;
}
.TagClassName
{
border-color: #551D06;
}
</style>