Shades of Baker's Chocolate #552E12
Tints of Baker's Chocolate #552E12
RGB
CMYK
RGB Variations
Color information
#552E12 (or 0x552E12) is known color: Baker's Chocolate. HEX triplet: 55, 2E and 12. RGB value is (85,46,18). Sum of RGB (Red+Green+Blue) = 85+46+18=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #552E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E12 is #AAD1ED. Grayscale: #363636. Windows color (decimal): -11194862 or 1191509. OLE color: 1191509.
HSL color Cylindrical-coordinate representation of color #552E12: hue angle of 25.07º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552E12 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 18 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.67 |
| HSL | 25.07º | 0.65% | 0.2% | - |
| HSV(B) | 25.07º | 0.79% | 0.33% | - |
| XYZ | 4.83 | 3.93 | 1.08 | - |
| YUV | 54.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 18 | 0 | 0.46 | 0.79 | 0.67 | 25.07 | 0.65 | 0.2 |
| Hex | 55 | 2E | 12 | 0 | 2E | 4F | 43 | 19 | 41 | 14 |
| Octal | 125 | 56 | 22 | 0 | 56 | 117 | 103 | 31 | 101 | 24 |
| Binary | 1010101 | 101110 | 10010 | 0 | 101110 | 1001111 | 1000011 | 11001 | 1000001 | 10100 |
Color Harmonies of #552E12
Complementary color
Monochromatic Colors of #552E12
Black with #552E12
Text Example
Text Example
White with #552E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E12; }
p { color: rgb(85,46,18); }
H1.HeaderClassName
{
color: #552E12;
}
.AnyTagClassName
{
color: #552E12;
}
</style>
background-color css
<style>
a { background-color: #552E12; }
a { background-color: rgb(85,46,18); }
div.DivClassName
{
background-color: #552E12;
}
.BgClassName
{
background-color: #552E12;
}
</style>
border-color css
<style>
span { border-color: #552E12; }
span { border-color: rgb(85,46,18); }
td.TdClassName
{
border-color: #552E12;
}
.TagClassName
{
border-color: #552E12;
}
</style>