Shades of Baker's Chocolate #553205
Tints of Baker's Chocolate #553205
RGB
CMYK
RGB Variations
Color information
#553205 (or 0x553205) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 05. RGB value is (85,50,5). Sum of RGB (Red+Green+Blue) = 85+50+5=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #553205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553205 is #AACDFA. Grayscale: #373737. Windows color (decimal): -11193851 or 340565. OLE color: 340565.
HSL color Cylindrical-coordinate representation of color #553205: hue angle of 33.75º 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 #553205 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 5 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.67 |
| HSL | 33.75º | 0.89% | 0.18% | - |
| HSV(B) | 33.75º | 0.94% | 0.33% | - |
| XYZ | 4.91 | 4.22 | 0.7 | - |
| YUV | 55.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 5 | 0 | 0.41 | 0.94 | 0.67 | 33.75 | 0.89 | 0.18 |
| Hex | 55 | 32 | 5 | 0 | 29 | 5E | 43 | 22 | 59 | 12 |
| Octal | 125 | 62 | 5 | 0 | 51 | 136 | 103 | 42 | 131 | 22 |
| Binary | 1010101 | 110010 | 101 | 0 | 101001 | 1011110 | 1000011 | 100010 | 1011001 | 10010 |
Color Harmonies of #553205
Complementary color
Monochromatic Colors of #553205
Black with #553205
Text Example
Text Example
White with #553205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553205; }
p { color: rgb(85,50,5); }
H1.HeaderClassName
{
color: #553205;
}
.AnyTagClassName
{
color: #553205;
}
</style>
background-color css
<style>
a { background-color: #553205; }
a { background-color: rgb(85,50,5); }
div.DivClassName
{
background-color: #553205;
}
.BgClassName
{
background-color: #553205;
}
</style>
border-color css
<style>
span { border-color: #553205; }
span { border-color: rgb(85,50,5); }
td.TdClassName
{
border-color: #553205;
}
.TagClassName
{
border-color: #553205;
}
</style>