Shades of Baker's Chocolate #552D09
Tints of Baker's Chocolate #552D09
RGB
CMYK
RGB Variations
Color information
#552D09 (or 0x552D09) is known color: Baker's Chocolate. HEX triplet: 55, 2D and 09. RGB value is (85,45,9). Sum of RGB (Red+Green+Blue) = 85+45+9=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D09 is #AAD2F6. Grayscale: #353535. Windows color (decimal): -11195127 or 601429. OLE color: 601429.
HSL color Cylindrical-coordinate representation of color #552D09: hue angle of 28.42º 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 #552D09 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 9 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.67 |
| HSL | 28.42º | 0.81% | 0.18% | - |
| HSV(B) | 28.42º | 0.89% | 0.33% | - |
| XYZ | 4.73 | 3.83 | 0.75 | - |
| YUV | 52.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 9 | 0 | 0.47 | 0.89 | 0.67 | 28.42 | 0.81 | 0.18 |
| Hex | 55 | 2D | 9 | 0 | 2F | 59 | 43 | 1C | 51 | 12 |
| Octal | 125 | 55 | 11 | 0 | 57 | 131 | 103 | 34 | 121 | 22 |
| Binary | 1010101 | 101101 | 1001 | 0 | 101111 | 1011001 | 1000011 | 11100 | 1010001 | 10010 |
Color Harmonies of #552D09
Complementary color
Monochromatic Colors of #552D09
Black with #552D09
Text Example
Text Example
White with #552D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D09; }
p { color: rgb(85,45,9); }
H1.HeaderClassName
{
color: #552D09;
}
.AnyTagClassName
{
color: #552D09;
}
</style>
background-color css
<style>
a { background-color: #552D09; }
a { background-color: rgb(85,45,9); }
div.DivClassName
{
background-color: #552D09;
}
.BgClassName
{
background-color: #552D09;
}
</style>
border-color css
<style>
span { border-color: #552D09; }
span { border-color: rgb(85,45,9); }
td.TdClassName
{
border-color: #552D09;
}
.TagClassName
{
border-color: #552D09;
}
</style>