Shades of Baker's Chocolate #553B05
Tints of Baker's Chocolate #553B05
RGB
CMYK
RGB Variations
Color information
#553B05 (or 0x553B05) is known color: Baker's Chocolate. HEX triplet: 55, 3B and 05. RGB value is (85,59,5). Sum of RGB (Red+Green+Blue) = 85+59+5=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553B05 is #AAC4FA. Grayscale: #3C3C3C. Windows color (decimal): -11191547 or 342869. OLE color: 342869.
HSL color Cylindrical-coordinate representation of color #553B05: hue angle of 40.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #553B05 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 5 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.67 |
| HSL | 40.5º | 0.89% | 0.18% | - |
| HSV(B) | 40.5º | 0.94% | 0.33% | - |
| XYZ | 5.34 | 5.07 | 0.84 | - |
| YUV | 60.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 5 | 0 | 0.31 | 0.94 | 0.67 | 40.5 | 0.89 | 0.18 |
| Hex | 55 | 3B | 5 | 0 | 1F | 5E | 43 | 28 | 59 | 12 |
| Octal | 125 | 73 | 5 | 0 | 37 | 136 | 103 | 50 | 131 | 22 |
| Binary | 1010101 | 111011 | 101 | 0 | 11111 | 1011110 | 1000011 | 101000 | 1011001 | 10010 |
Color Harmonies of #553B05
Complementary color
Monochromatic Colors of #553B05
Black with #553B05
Text Example
Text Example
White with #553B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B05; }
p { color: rgb(85,59,5); }
H1.HeaderClassName
{
color: #553B05;
}
.AnyTagClassName
{
color: #553B05;
}
</style>
background-color css
<style>
a { background-color: #553B05; }
a { background-color: rgb(85,59,5); }
div.DivClassName
{
background-color: #553B05;
}
.BgClassName
{
background-color: #553B05;
}
</style>
border-color css
<style>
span { border-color: #553B05; }
span { border-color: rgb(85,59,5); }
td.TdClassName
{
border-color: #553B05;
}
.TagClassName
{
border-color: #553B05;
}
</style>