Shades of Baker's Chocolate #551C04
Tints of Baker's Chocolate #551C04
RGB
CMYK
RGB Variations
Color information
#551C04 (or 0x551C04) is known color: Baker's Chocolate. HEX triplet: 55, 1C and 04. RGB value is (85,28,4). Sum of RGB (Red+Green+Blue) = 85+28+4=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #551C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C04 is #AAE3FB. Grayscale: #2A2A2A. Windows color (decimal): -11199484 or 269397. OLE color: 269397.
HSL color Cylindrical-coordinate representation of color #551C04: hue angle of 17.78º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #551C04 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 4 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.67 |
| HSL | 17.78º | 0.91% | 0.17% | - |
| HSV(B) | 17.78º | 0.95% | 0.33% | - |
| XYZ | 4.18 | 2.77 | 0.43 | - |
| YUV | 42.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 4 | 0 | 0.67 | 0.95 | 0.67 | 17.78 | 0.91 | 0.17 |
| Hex | 55 | 1C | 4 | 0 | 43 | 5F | 43 | 12 | 5B | 11 |
| Octal | 125 | 34 | 4 | 0 | 103 | 137 | 103 | 22 | 133 | 21 |
| Binary | 1010101 | 11100 | 100 | 0 | 1000011 | 1011111 | 1000011 | 10010 | 1011011 | 10001 |
Color Harmonies of #551C04
Complementary color
Monochromatic Colors of #551C04
Black with #551C04
Text Example
Text Example
White with #551C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C04; }
p { color: rgb(85,28,4); }
H1.HeaderClassName
{
color: #551C04;
}
.AnyTagClassName
{
color: #551C04;
}
</style>
background-color css
<style>
a { background-color: #551C04; }
a { background-color: rgb(85,28,4); }
div.DivClassName
{
background-color: #551C04;
}
.BgClassName
{
background-color: #551C04;
}
</style>
border-color css
<style>
span { border-color: #551C04; }
span { border-color: rgb(85,28,4); }
td.TdClassName
{
border-color: #551C04;
}
.TagClassName
{
border-color: #551C04;
}
</style>