Shades of Baker's Chocolate #552B0A
Tints of Baker's Chocolate #552B0A
RGB
CMYK
RGB Variations
Color information
#552B0A (or 0x552B0A) is known color: Baker's Chocolate. HEX triplet: 55, 2B and 0A. RGB value is (85,43,10). Sum of RGB (Red+Green+Blue) = 85+43+10=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #552B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B0A is #AAD4F5. Grayscale: #333333. Windows color (decimal): -11195638 or 666453. OLE color: 666453.
HSL color Cylindrical-coordinate representation of color #552B0A: hue angle of 26.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #552B0A is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 10 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.67 |
| HSL | 26.4º | 0.79% | 0.19% | - |
| HSV(B) | 26.4º | 0.88% | 0.33% | - |
| XYZ | 4.66 | 3.68 | 0.75 | - |
| YUV | 51.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 10 | 0 | 0.49 | 0.88 | 0.67 | 26.4 | 0.79 | 0.19 |
| Hex | 55 | 2B | A | 0 | 31 | 58 | 43 | 1A | 4F | 13 |
| Octal | 125 | 53 | 12 | 0 | 61 | 130 | 103 | 32 | 117 | 23 |
| Binary | 1010101 | 101011 | 1010 | 0 | 110001 | 1011000 | 1000011 | 11010 | 1001111 | 10011 |
Color Harmonies of #552B0A
Complementary color
Monochromatic Colors of #552B0A
Black with #552B0A
Text Example
Text Example
White with #552B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B0A; }
p { color: rgb(85,43,10); }
H1.HeaderClassName
{
color: #552B0A;
}
.AnyTagClassName
{
color: #552B0A;
}
</style>
background-color css
<style>
a { background-color: #552B0A; }
a { background-color: rgb(85,43,10); }
div.DivClassName
{
background-color: #552B0A;
}
.BgClassName
{
background-color: #552B0A;
}
</style>
border-color css
<style>
span { border-color: #552B0A; }
span { border-color: rgb(85,43,10); }
td.TdClassName
{
border-color: #552B0A;
}
.TagClassName
{
border-color: #552B0A;
}
</style>