Shades of Baker's Chocolate #553B0D
Tints of Baker's Chocolate #553B0D
RGB
CMYK
RGB Variations
Color information
#553B0D (or 0x553B0D) is known color: Baker's Chocolate. HEX triplet: 55, 3B and 0D. RGB value is (85,59,13). Sum of RGB (Red+Green+Blue) = 85+59+13=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553B0D is #AAC4F2. Grayscale: #3D3D3D. Windows color (decimal): -11191539 or 867157. OLE color: 867157.
HSL color Cylindrical-coordinate representation of color #553B0D: hue angle of 38.33º 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 #553B0D is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 13 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.67 |
| HSL | 38.33º | 0.73% | 0.19% | - |
| HSV(B) | 38.33º | 0.85% | 0.33% | - |
| XYZ | 5.38 | 5.09 | 1.08 | - |
| YUV | 61.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 13 | 0 | 0.31 | 0.85 | 0.67 | 38.33 | 0.73 | 0.19 |
| Hex | 55 | 3B | D | 0 | 1F | 55 | 43 | 26 | 49 | 13 |
| Octal | 125 | 73 | 15 | 0 | 37 | 125 | 103 | 46 | 111 | 23 |
| Binary | 1010101 | 111011 | 1101 | 0 | 11111 | 1010101 | 1000011 | 100110 | 1001001 | 10011 |
Color Harmonies of #553B0D
Complementary color
Monochromatic Colors of #553B0D
Black with #553B0D
Text Example
Text Example
White with #553B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B0D; }
p { color: rgb(85,59,13); }
H1.HeaderClassName
{
color: #553B0D;
}
.AnyTagClassName
{
color: #553B0D;
}
</style>
background-color css
<style>
a { background-color: #553B0D; }
a { background-color: rgb(85,59,13); }
div.DivClassName
{
background-color: #553B0D;
}
.BgClassName
{
background-color: #553B0D;
}
</style>
border-color css
<style>
span { border-color: #553B0D; }
span { border-color: rgb(85,59,13); }
td.TdClassName
{
border-color: #553B0D;
}
.TagClassName
{
border-color: #553B0D;
}
</style>