Shades of Baker's Chocolate #553307
Tints of Baker's Chocolate #553307
RGB
CMYK
RGB Variations
Color information
#553307 (or 0x553307) is known color: Baker's Chocolate. HEX triplet: 55, 33 and 07. RGB value is (85,51,7). Sum of RGB (Red+Green+Blue) = 85+51+7=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #553307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553307 is #AACCF8. Grayscale: #383838. Windows color (decimal): -11193593 or 471893. OLE color: 471893.
HSL color Cylindrical-coordinate representation of color #553307: hue angle of 33.85º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #553307 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 7 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.67 |
| HSL | 33.85º | 0.85% | 0.18% | - |
| HSV(B) | 33.85º | 0.92% | 0.33% | - |
| XYZ | 4.97 | 4.31 | 0.77 | - |
| YUV | 56.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 7 | 0 | 0.40 | 0.92 | 0.67 | 33.85 | 0.85 | 0.18 |
| Hex | 55 | 33 | 7 | 0 | 28 | 5C | 43 | 22 | 55 | 12 |
| Octal | 125 | 63 | 7 | 0 | 50 | 134 | 103 | 42 | 125 | 22 |
| Binary | 1010101 | 110011 | 111 | 0 | 101000 | 1011100 | 1000011 | 100010 | 1010101 | 10010 |
Color Harmonies of #553307
Complementary color
Monochromatic Colors of #553307
Black with #553307
Text Example
Text Example
White with #553307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553307; }
p { color: rgb(85,51,7); }
H1.HeaderClassName
{
color: #553307;
}
.AnyTagClassName
{
color: #553307;
}
</style>
background-color css
<style>
a { background-color: #553307; }
a { background-color: rgb(85,51,7); }
div.DivClassName
{
background-color: #553307;
}
.BgClassName
{
background-color: #553307;
}
</style>
border-color css
<style>
span { border-color: #553307; }
span { border-color: rgb(85,51,7); }
td.TdClassName
{
border-color: #553307;
}
.TagClassName
{
border-color: #553307;
}
</style>