Shades of Baker's Chocolate #552C09
Tints of Baker's Chocolate #552C09
RGB
CMYK
RGB Variations
Color information
#552C09 (or 0x552C09) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 09. RGB value is (85,44,9). Sum of RGB (Red+Green+Blue) = 85+44+9=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #552C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C09 is #AAD3F6. Grayscale: #343434. Windows color (decimal): -11195383 or 601173. OLE color: 601173.
HSL color Cylindrical-coordinate representation of color #552C09: hue angle of 27.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #552C09 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 9 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.67 |
| HSL | 27.63º | 0.81% | 0.18% | - |
| HSV(B) | 27.63º | 0.89% | 0.33% | - |
| XYZ | 4.7 | 3.75 | 0.74 | - |
| YUV | 52.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 9 | 0 | 0.48 | 0.89 | 0.67 | 27.63 | 0.81 | 0.18 |
| Hex | 55 | 2C | 9 | 0 | 30 | 59 | 43 | 1C | 51 | 12 |
| Octal | 125 | 54 | 11 | 0 | 60 | 131 | 103 | 34 | 121 | 22 |
| Binary | 1010101 | 101100 | 1001 | 0 | 110000 | 1011001 | 1000011 | 11100 | 1010001 | 10010 |
Color Harmonies of #552C09
Complementary color
Monochromatic Colors of #552C09
Black with #552C09
Text Example
Text Example
White with #552C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C09; }
p { color: rgb(85,44,9); }
H1.HeaderClassName
{
color: #552C09;
}
.AnyTagClassName
{
color: #552C09;
}
</style>
background-color css
<style>
a { background-color: #552C09; }
a { background-color: rgb(85,44,9); }
div.DivClassName
{
background-color: #552C09;
}
.BgClassName
{
background-color: #552C09;
}
</style>
border-color css
<style>
span { border-color: #552C09; }
span { border-color: rgb(85,44,9); }
td.TdClassName
{
border-color: #552C09;
}
.TagClassName
{
border-color: #552C09;
}
</style>