Shades of Baker's Chocolate #552600
Tints of Baker's Chocolate #552600
RGB
CMYK
RGB Variations
Color information
#552600 (or 0x552600) is known color: Baker's Chocolate. HEX triplet: 55, 26 and 00. RGB value is (85,38,0). Sum of RGB (Red+Green+Blue) = 85+38+0=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #552600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552600 is #AAD9FF. Grayscale: #2F2F2F. Windows color (decimal): -11196928 or 9813. OLE color: 9813.
HSL color Cylindrical-coordinate representation of color #552600: hue angle of 26.82º 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 #552600 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.67 |
| HSL | 26.82º | 1% | 0.17% | - |
| HSV(B) | 26.82º | 1% | 0.33% | - |
| XYZ | 4.44 | 3.32 | 0.41 | - |
| YUV | 47.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 0 | 0 | 0.55 | 1 | 0.67 | 26.82 | 1 | 0.17 |
| Hex | 55 | 26 | 0 | 0 | 37 | 64 | 43 | 1B | 64 | 11 |
| Octal | 125 | 46 | 0 | 0 | 67 | 144 | 103 | 33 | 144 | 21 |
| Binary | 1010101 | 100110 | 0 | 0 | 110111 | 1100100 | 1000011 | 11011 | 1100100 | 10001 |
Color Harmonies of #552600
Complementary color
Monochromatic Colors of #552600
Black with #552600
Text Example
Text Example
White with #552600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552600; }
p { color: rgb(85,38,0); }
H1.HeaderClassName
{
color: #552600;
}
.AnyTagClassName
{
color: #552600;
}
</style>
background-color css
<style>
a { background-color: #552600; }
a { background-color: rgb(85,38,0); }
div.DivClassName
{
background-color: #552600;
}
.BgClassName
{
background-color: #552600;
}
</style>
border-color css
<style>
span { border-color: #552600; }
span { border-color: rgb(85,38,0); }
td.TdClassName
{
border-color: #552600;
}
.TagClassName
{
border-color: #552600;
}
</style>