Shades of Baker's Chocolate #553D04
Tints of Baker's Chocolate #553D04
RGB
CMYK
RGB Variations
Color information
#553D04 (or 0x553D04) is known color: Baker's Chocolate. HEX triplet: 55, 3D and 04. RGB value is (85,61,4). Sum of RGB (Red+Green+Blue) = 85+61+4=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #553D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D04 is #AAC2FB. Grayscale: #3D3D3D. Windows color (decimal): -11191036 or 277845. OLE color: 277845.
HSL color Cylindrical-coordinate representation of color #553D04: hue angle of 42.22º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #553D04 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 4 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.67 |
| HSL | 42.22º | 0.91% | 0.17% | - |
| HSV(B) | 42.22º | 0.95% | 0.33% | - |
| XYZ | 5.44 | 5.28 | 0.85 | - |
| YUV | 61.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 4 | 0 | 0.28 | 0.95 | 0.67 | 42.22 | 0.91 | 0.17 |
| Hex | 55 | 3D | 4 | 0 | 1C | 5F | 43 | 2A | 5B | 11 |
| Octal | 125 | 75 | 4 | 0 | 34 | 137 | 103 | 52 | 133 | 21 |
| Binary | 1010101 | 111101 | 100 | 0 | 11100 | 1011111 | 1000011 | 101010 | 1011011 | 10001 |
Color Harmonies of #553D04
Complementary color
Monochromatic Colors of #553D04
Black with #553D04
Text Example
Text Example
White with #553D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D04; }
p { color: rgb(85,61,4); }
H1.HeaderClassName
{
color: #553D04;
}
.AnyTagClassName
{
color: #553D04;
}
</style>
background-color css
<style>
a { background-color: #553D04; }
a { background-color: rgb(85,61,4); }
div.DivClassName
{
background-color: #553D04;
}
.BgClassName
{
background-color: #553D04;
}
</style>
border-color css
<style>
span { border-color: #553D04; }
span { border-color: rgb(85,61,4); }
td.TdClassName
{
border-color: #553D04;
}
.TagClassName
{
border-color: #553D04;
}
</style>