Shades of Baker's Chocolate #552D12
Tints of Baker's Chocolate #552D12
RGB
CMYK
RGB Variations
Color information
#552D12 (or 0x552D12) is known color: Baker's Chocolate. HEX triplet: 55, 2D and 12. RGB value is (85,45,18). Sum of RGB (Red+Green+Blue) = 85+45+18=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #552D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D12 is #AAD2ED. Grayscale: #363636. Windows color (decimal): -11195118 or 1191253. OLE color: 1191253.
HSL color Cylindrical-coordinate representation of color #552D12: hue angle of 24.18º 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 #552D12 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 18 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.67 |
| HSL | 24.18º | 0.65% | 0.2% | - |
| HSV(B) | 24.18º | 0.79% | 0.33% | - |
| XYZ | 4.79 | 3.85 | 1.06 | - |
| YUV | 53.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 18 | 0 | 0.47 | 0.79 | 0.67 | 24.18 | 0.65 | 0.2 |
| Hex | 55 | 2D | 12 | 0 | 2F | 4F | 43 | 18 | 41 | 14 |
| Octal | 125 | 55 | 22 | 0 | 57 | 117 | 103 | 30 | 101 | 24 |
| Binary | 1010101 | 101101 | 10010 | 0 | 101111 | 1001111 | 1000011 | 11000 | 1000001 | 10100 |
Color Harmonies of #552D12
Complementary color
Monochromatic Colors of #552D12
Black with #552D12
Text Example
Text Example
White with #552D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D12; }
p { color: rgb(85,45,18); }
H1.HeaderClassName
{
color: #552D12;
}
.AnyTagClassName
{
color: #552D12;
}
</style>
background-color css
<style>
a { background-color: #552D12; }
a { background-color: rgb(85,45,18); }
div.DivClassName
{
background-color: #552D12;
}
.BgClassName
{
background-color: #552D12;
}
</style>
border-color css
<style>
span { border-color: #552D12; }
span { border-color: rgb(85,45,18); }
td.TdClassName
{
border-color: #552D12;
}
.TagClassName
{
border-color: #552D12;
}
</style>