Shades of Baker's Chocolate #552C00
Tints of Baker's Chocolate #552C00
RGB
CMYK
RGB Variations
Color information
#552C00 (or 0x552C00) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 00. RGB value is (85,44,0). Sum of RGB (Red+Green+Blue) = 85+44+0=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #552C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C00 is #AAD3FF. Grayscale: #333333. Windows color (decimal): -11195392 or 11349. OLE color: 11349.
HSL color Cylindrical-coordinate representation of color #552C00: hue angle of 31.06º 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 #552C00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.67 |
| HSL | 31.06º | 1% | 0.17% | - |
| HSV(B) | 31.06º | 1% | 0.33% | - |
| XYZ | 4.65 | 3.73 | 0.48 | - |
| YUV | 51.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 0 | 0 | 0.48 | 1 | 0.67 | 31.06 | 1 | 0.17 |
| Hex | 55 | 2C | 0 | 0 | 30 | 64 | 43 | 1F | 64 | 11 |
| Octal | 125 | 54 | 0 | 0 | 60 | 144 | 103 | 37 | 144 | 21 |
| Binary | 1010101 | 101100 | 0 | 0 | 110000 | 1100100 | 1000011 | 11111 | 1100100 | 10001 |
Color Harmonies of #552C00
Complementary color
Monochromatic Colors of #552C00
Black with #552C00
Text Example
Text Example
White with #552C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C00; }
p { color: rgb(85,44,0); }
H1.HeaderClassName
{
color: #552C00;
}
.AnyTagClassName
{
color: #552C00;
}
</style>
background-color css
<style>
a { background-color: #552C00; }
a { background-color: rgb(85,44,0); }
div.DivClassName
{
background-color: #552C00;
}
.BgClassName
{
background-color: #552C00;
}
</style>
border-color css
<style>
span { border-color: #552C00; }
span { border-color: rgb(85,44,0); }
td.TdClassName
{
border-color: #552C00;
}
.TagClassName
{
border-color: #552C00;
}
</style>