Shades of Baker's Chocolate #551F03
Tints of Baker's Chocolate #551F03
RGB
CMYK
RGB Variations
Color information
#551F03 (or 0x551F03) is known color: Baker's Chocolate. HEX triplet: 55, 1F and 03. RGB value is (85,31,3). Sum of RGB (Red+Green+Blue) = 85+31+3=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #551F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F03 is #AAE0FC. Grayscale: #2C2C2C. Windows color (decimal): -11198717 or 204629. OLE color: 204629.
HSL color Cylindrical-coordinate representation of color #551F03: hue angle of 20.49º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #551F03 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 31 | 3 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.67 |
| HSL | 20.49º | 0.93% | 0.17% | - |
| HSV(B) | 20.49º | 0.96% | 0.33% | - |
| XYZ | 4.25 | 2.92 | 0.43 | - |
| YUV | 43.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 3 | 0 | 0.64 | 0.96 | 0.67 | 20.49 | 0.93 | 0.17 |
| Hex | 55 | 1F | 3 | 0 | 40 | 60 | 43 | 14 | 5D | 11 |
| Octal | 125 | 37 | 3 | 0 | 100 | 140 | 103 | 24 | 135 | 21 |
| Binary | 1010101 | 11111 | 11 | 0 | 1000000 | 1100000 | 1000011 | 10100 | 1011101 | 10001 |
Color Harmonies of #551F03
Complementary color
Monochromatic Colors of #551F03
Black with #551F03
Text Example
Text Example
White with #551F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F03; }
p { color: rgb(85,31,3); }
H1.HeaderClassName
{
color: #551F03;
}
.AnyTagClassName
{
color: #551F03;
}
</style>
background-color css
<style>
a { background-color: #551F03; }
a { background-color: rgb(85,31,3); }
div.DivClassName
{
background-color: #551F03;
}
.BgClassName
{
background-color: #551F03;
}
</style>
border-color css
<style>
span { border-color: #551F03; }
span { border-color: rgb(85,31,3); }
td.TdClassName
{
border-color: #551F03;
}
.TagClassName
{
border-color: #551F03;
}
</style>