Shades of Baker's Chocolate #552F0F
Tints of Baker's Chocolate #552F0F
RGB
CMYK
RGB Variations
Color information
#552F0F (or 0x552F0F) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 0F. RGB value is (85,47,15). Sum of RGB (Red+Green+Blue) = 85+47+15=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #552F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F0F is #AAD0F0. Grayscale: #363636. Windows color (decimal): -11194609 or 995157. OLE color: 995157.
HSL color Cylindrical-coordinate representation of color #552F0F: hue angle of 27.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552F0F is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 15 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.67 |
| HSL | 27.43º | 0.7% | 0.2% | - |
| HSV(B) | 27.43º | 0.82% | 0.33% | - |
| XYZ | 4.85 | 4 | 0.97 | - |
| YUV | 54.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 15 | 0 | 0.45 | 0.82 | 0.67 | 27.43 | 0.7 | 0.2 |
| Hex | 55 | 2F | F | 0 | 2D | 52 | 43 | 1B | 46 | 14 |
| Octal | 125 | 57 | 17 | 0 | 55 | 122 | 103 | 33 | 106 | 24 |
| Binary | 1010101 | 101111 | 1111 | 0 | 101101 | 1010010 | 1000011 | 11011 | 1000110 | 10100 |
Color Harmonies of #552F0F
Complementary color
Monochromatic Colors of #552F0F
Black with #552F0F
Text Example
Text Example
White with #552F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F0F; }
p { color: rgb(85,47,15); }
H1.HeaderClassName
{
color: #552F0F;
}
.AnyTagClassName
{
color: #552F0F;
}
</style>
background-color css
<style>
a { background-color: #552F0F; }
a { background-color: rgb(85,47,15); }
div.DivClassName
{
background-color: #552F0F;
}
.BgClassName
{
background-color: #552F0F;
}
</style>
border-color css
<style>
span { border-color: #552F0F; }
span { border-color: rgb(85,47,15); }
td.TdClassName
{
border-color: #552F0F;
}
.TagClassName
{
border-color: #552F0F;
}
</style>