Shades of Baker's Chocolate #552A0A
Tints of Baker's Chocolate #552A0A
RGB
CMYK
RGB Variations
Color information
#552A0A (or 0x552A0A) is known color: Baker's Chocolate. HEX triplet: 55, 2A and 0A. RGB value is (85,42,10). Sum of RGB (Red+Green+Blue) = 85+42+10=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #552A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A0A is #AAD5F5. Grayscale: #333333. Windows color (decimal): -11195894 or 666197. OLE color: 666197.
HSL color Cylindrical-coordinate representation of color #552A0A: hue angle of 25.6º 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 #552A0A is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 10 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.67 |
| HSL | 25.6º | 0.79% | 0.19% | - |
| HSV(B) | 25.6º | 0.88% | 0.33% | - |
| XYZ | 4.63 | 3.61 | 0.74 | - |
| YUV | 51.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 10 | 0 | 0.51 | 0.88 | 0.67 | 25.6 | 0.79 | 0.19 |
| Hex | 55 | 2A | A | 0 | 33 | 58 | 43 | 1A | 4F | 13 |
| Octal | 125 | 52 | 12 | 0 | 63 | 130 | 103 | 32 | 117 | 23 |
| Binary | 1010101 | 101010 | 1010 | 0 | 110011 | 1011000 | 1000011 | 11010 | 1001111 | 10011 |
Color Harmonies of #552A0A
Complementary color
Monochromatic Colors of #552A0A
Black with #552A0A
Text Example
Text Example
White with #552A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A0A; }
p { color: rgb(85,42,10); }
H1.HeaderClassName
{
color: #552A0A;
}
.AnyTagClassName
{
color: #552A0A;
}
</style>
background-color css
<style>
a { background-color: #552A0A; }
a { background-color: rgb(85,42,10); }
div.DivClassName
{
background-color: #552A0A;
}
.BgClassName
{
background-color: #552A0A;
}
</style>
border-color css
<style>
span { border-color: #552A0A; }
span { border-color: rgb(85,42,10); }
td.TdClassName
{
border-color: #552A0A;
}
.TagClassName
{
border-color: #552A0A;
}
</style>