Shades of Baker's Chocolate #552706
Tints of Baker's Chocolate #552706
RGB
CMYK
RGB Variations
Color information
#552706 (or 0x552706) is known color: Baker's Chocolate. HEX triplet: 55, 27 and 06. RGB value is (85,39,6). Sum of RGB (Red+Green+Blue) = 85+39+6=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #552706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552706 is #AAD8F9. Grayscale: #313131. Windows color (decimal): -11196666 or 403285. OLE color: 403285.
HSL color Cylindrical-coordinate representation of color #552706: hue angle of 25.06º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #552706 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 6 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.67 |
| HSL | 25.06º | 0.87% | 0.18% | - |
| HSV(B) | 25.06º | 0.93% | 0.33% | - |
| XYZ | 4.5 | 3.4 | 0.59 | - |
| YUV | 48.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 6 | 0 | 0.54 | 0.93 | 0.67 | 25.06 | 0.87 | 0.18 |
| Hex | 55 | 27 | 6 | 0 | 36 | 5D | 43 | 19 | 57 | 12 |
| Octal | 125 | 47 | 6 | 0 | 66 | 135 | 103 | 31 | 127 | 22 |
| Binary | 1010101 | 100111 | 110 | 0 | 110110 | 1011101 | 1000011 | 11001 | 1010111 | 10010 |
Color Harmonies of #552706
Complementary color
Monochromatic Colors of #552706
Black with #552706
Text Example
Text Example
White with #552706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552706; }
p { color: rgb(85,39,6); }
H1.HeaderClassName
{
color: #552706;
}
.AnyTagClassName
{
color: #552706;
}
</style>
background-color css
<style>
a { background-color: #552706; }
a { background-color: rgb(85,39,6); }
div.DivClassName
{
background-color: #552706;
}
.BgClassName
{
background-color: #552706;
}
</style>
border-color css
<style>
span { border-color: #552706; }
span { border-color: rgb(85,39,6); }
td.TdClassName
{
border-color: #552706;
}
.TagClassName
{
border-color: #552706;
}
</style>