Shades of Baker's Chocolate #553D00
Tints of Baker's Chocolate #553D00
RGB
CMYK
RGB Variations
Color information
#553D00 (or 0x553D00) is known color: Baker's Chocolate. HEX triplet: 55, 3D and 00. RGB value is (85,61,0). Sum of RGB (Red+Green+Blue) = 85+61+0=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #553D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D00 is #AAC2FF. Grayscale: #3D3D3D. Windows color (decimal): -11191040 or 15701. OLE color: 15701.
HSL color Cylindrical-coordinate representation of color #553D00: hue angle of 43.06º 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 #553D00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.67 |
| HSL | 43.06º | 1% | 0.17% | - |
| HSV(B) | 43.06º | 1% | 0.33% | - |
| XYZ | 5.42 | 5.27 | 0.73 | - |
| YUV | 61.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 0 | 0 | 0.28 | 1 | 0.67 | 43.06 | 1 | 0.17 |
| Hex | 55 | 3D | 0 | 0 | 1C | 64 | 43 | 2B | 64 | 11 |
| Octal | 125 | 75 | 0 | 0 | 34 | 144 | 103 | 53 | 144 | 21 |
| Binary | 1010101 | 111101 | 0 | 0 | 11100 | 1100100 | 1000011 | 101011 | 1100100 | 10001 |
Color Harmonies of #553D00
Complementary color
Monochromatic Colors of #553D00
Black with #553D00
Text Example
Text Example
White with #553D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D00; }
p { color: rgb(85,61,0); }
H1.HeaderClassName
{
color: #553D00;
}
.AnyTagClassName
{
color: #553D00;
}
</style>
background-color css
<style>
a { background-color: #553D00; }
a { background-color: rgb(85,61,0); }
div.DivClassName
{
background-color: #553D00;
}
.BgClassName
{
background-color: #553D00;
}
</style>
border-color css
<style>
span { border-color: #553D00; }
span { border-color: rgb(85,61,0); }
td.TdClassName
{
border-color: #553D00;
}
.TagClassName
{
border-color: #553D00;
}
</style>