Shades of Baker's Chocolate #552900
Tints of Baker's Chocolate #552900
RGB
CMYK
RGB Variations
Color information
#552900 (or 0x552900) is known color: Baker's Chocolate. HEX triplet: 55, 29 and 00. RGB value is (85,41,0). Sum of RGB (Red+Green+Blue) = 85+41+0=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #552900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552900 is #AAD6FF. Grayscale: #313131. Windows color (decimal): -11196160 or 10581. OLE color: 10581.
HSL color Cylindrical-coordinate representation of color #552900: hue angle of 28.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #552900 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.67 |
| HSL | 28.94º | 1% | 0.17% | - |
| HSV(B) | 28.94º | 1% | 0.33% | - |
| XYZ | 4.54 | 3.52 | 0.44 | - |
| YUV | 49.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 0 | 0 | 0.52 | 1 | 0.67 | 28.94 | 1 | 0.17 |
| Hex | 55 | 29 | 0 | 0 | 34 | 64 | 43 | 1D | 64 | 11 |
| Octal | 125 | 51 | 0 | 0 | 64 | 144 | 103 | 35 | 144 | 21 |
| Binary | 1010101 | 101001 | 0 | 0 | 110100 | 1100100 | 1000011 | 11101 | 1100100 | 10001 |
Color Harmonies of #552900
Complementary color
Monochromatic Colors of #552900
Black with #552900
Text Example
Text Example
White with #552900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552900; }
p { color: rgb(85,41,0); }
H1.HeaderClassName
{
color: #552900;
}
.AnyTagClassName
{
color: #552900;
}
</style>
background-color css
<style>
a { background-color: #552900; }
a { background-color: rgb(85,41,0); }
div.DivClassName
{
background-color: #552900;
}
.BgClassName
{
background-color: #552900;
}
</style>
border-color css
<style>
span { border-color: #552900; }
span { border-color: rgb(85,41,0); }
td.TdClassName
{
border-color: #552900;
}
.TagClassName
{
border-color: #552900;
}
</style>