Shades of Baker's Chocolate #552D00
Tints of Baker's Chocolate #552D00
RGB
CMYK
RGB Variations
Color information
#552D00 (or 0x552D00) is known color: Baker's Chocolate. HEX triplet: 55, 2D and 00. RGB value is (85,45,0). Sum of RGB (Red+Green+Blue) = 85+45+0=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #552D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D00 is #AAD2FF. Grayscale: #343434. Windows color (decimal): -11195136 or 11605. OLE color: 11605.
HSL color Cylindrical-coordinate representation of color #552D00: hue angle of 31.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #552D00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.67 |
| HSL | 31.76º | 1% | 0.17% | - |
| HSV(B) | 31.76º | 1% | 0.33% | - |
| XYZ | 4.68 | 3.81 | 0.49 | - |
| YUV | 51.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 0 | 0 | 0.47 | 1 | 0.67 | 31.76 | 1 | 0.17 |
| Hex | 55 | 2D | 0 | 0 | 2F | 64 | 43 | 20 | 64 | 11 |
| Octal | 125 | 55 | 0 | 0 | 57 | 144 | 103 | 40 | 144 | 21 |
| Binary | 1010101 | 101101 | 0 | 0 | 101111 | 1100100 | 1000011 | 100000 | 1100100 | 10001 |
Color Harmonies of #552D00
Complementary color
Monochromatic Colors of #552D00
Black with #552D00
Text Example
Text Example
White with #552D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D00; }
p { color: rgb(85,45,0); }
H1.HeaderClassName
{
color: #552D00;
}
.AnyTagClassName
{
color: #552D00;
}
</style>
background-color css
<style>
a { background-color: #552D00; }
a { background-color: rgb(85,45,0); }
div.DivClassName
{
background-color: #552D00;
}
.BgClassName
{
background-color: #552D00;
}
</style>
border-color css
<style>
span { border-color: #552D00; }
span { border-color: rgb(85,45,0); }
td.TdClassName
{
border-color: #552D00;
}
.TagClassName
{
border-color: #552D00;
}
</style>