Shades of Baker's Chocolate #55320D
Tints of Baker's Chocolate #55320D
RGB
CMYK
RGB Variations
Color information
#55320D (or 0x55320D) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 0D. RGB value is (85,50,13). Sum of RGB (Red+Green+Blue) = 85+50+13=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55320D is #AACDF2. Grayscale: #383838. Windows color (decimal): -11193843 or 864853. OLE color: 864853.
HSL color Cylindrical-coordinate representation of color #55320D: hue angle of 30.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55320D is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 13 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.67 |
| HSL | 30.83º | 0.73% | 0.19% | - |
| HSV(B) | 30.83º | 0.85% | 0.33% | - |
| XYZ | 4.96 | 4.24 | 0.94 | - |
| YUV | 56.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 13 | 0 | 0.41 | 0.85 | 0.67 | 30.83 | 0.73 | 0.19 |
| Hex | 55 | 32 | D | 0 | 29 | 55 | 43 | 1F | 49 | 13 |
| Octal | 125 | 62 | 15 | 0 | 51 | 125 | 103 | 37 | 111 | 23 |
| Binary | 1010101 | 110010 | 1101 | 0 | 101001 | 1010101 | 1000011 | 11111 | 1001001 | 10011 |
Color Harmonies of #55320D
Complementary color
Monochromatic Colors of #55320D
Black with #55320D
Text Example
Text Example
White with #55320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55320D; }
p { color: rgb(85,50,13); }
H1.HeaderClassName
{
color: #55320D;
}
.AnyTagClassName
{
color: #55320D;
}
</style>
background-color css
<style>
a { background-color: #55320D; }
a { background-color: rgb(85,50,13); }
div.DivClassName
{
background-color: #55320D;
}
.BgClassName
{
background-color: #55320D;
}
</style>
border-color css
<style>
span { border-color: #55320D; }
span { border-color: rgb(85,50,13); }
td.TdClassName
{
border-color: #55320D;
}
.TagClassName
{
border-color: #55320D;
}
</style>