Shades of Baker's Chocolate #552C10
Tints of Baker's Chocolate #552C10
RGB
CMYK
RGB Variations
Color information
#552C10 (or 0x552C10) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 10. RGB value is (85,44,16). Sum of RGB (Red+Green+Blue) = 85+44+16=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #552C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C10 is #AAD3EF. Grayscale: #353535. Windows color (decimal): -11195376 or 1059925. OLE color: 1059925.
HSL color Cylindrical-coordinate representation of color #552C10: hue angle of 24.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552C10 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 16 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.67 |
| HSL | 24.35º | 0.68% | 0.2% | - |
| HSV(B) | 24.35º | 0.81% | 0.33% | - |
| XYZ | 4.74 | 3.77 | 0.97 | - |
| YUV | 53.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 16 | 0 | 0.48 | 0.81 | 0.67 | 24.35 | 0.68 | 0.2 |
| Hex | 55 | 2C | 10 | 0 | 30 | 51 | 43 | 18 | 44 | 14 |
| Octal | 125 | 54 | 20 | 0 | 60 | 121 | 103 | 30 | 104 | 24 |
| Binary | 1010101 | 101100 | 10000 | 0 | 110000 | 1010001 | 1000011 | 11000 | 1000100 | 10100 |
Color Harmonies of #552C10
Complementary color
Monochromatic Colors of #552C10
Black with #552C10
Text Example
Text Example
White with #552C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C10; }
p { color: rgb(85,44,16); }
H1.HeaderClassName
{
color: #552C10;
}
.AnyTagClassName
{
color: #552C10;
}
</style>
background-color css
<style>
a { background-color: #552C10; }
a { background-color: rgb(85,44,16); }
div.DivClassName
{
background-color: #552C10;
}
.BgClassName
{
background-color: #552C10;
}
</style>
border-color css
<style>
span { border-color: #552C10; }
span { border-color: rgb(85,44,16); }
td.TdClassName
{
border-color: #552C10;
}
.TagClassName
{
border-color: #552C10;
}
</style>