Shades of Baker's Chocolate #553A13
Tints of Baker's Chocolate #553A13
RGB
CMYK
RGB Variations
Color information
#553A13 (or 0x553A13) is known color: Baker's Chocolate. HEX triplet: 55, 3A and 13. RGB value is (85,58,19). Sum of RGB (Red+Green+Blue) = 85+58+19=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #553A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553A13 is #AAC5EC. Grayscale: #3D3D3D. Windows color (decimal): -11191789 or 1260117. OLE color: 1260117.
HSL color Cylindrical-coordinate representation of color #553A13: hue angle of 35.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #553A13 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 19 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.67 |
| HSL | 35.45º | 0.63% | 0.2% | - |
| HSV(B) | 35.45º | 0.78% | 0.33% | - |
| XYZ | 5.38 | 5 | 1.3 | - |
| YUV | 61.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 19 | 0 | 0.32 | 0.78 | 0.67 | 35.45 | 0.63 | 0.2 |
| Hex | 55 | 3A | 13 | 0 | 20 | 4E | 43 | 23 | 3F | 14 |
| Octal | 125 | 72 | 23 | 0 | 40 | 116 | 103 | 43 | 77 | 24 |
| Binary | 1010101 | 111010 | 10011 | 0 | 100000 | 1001110 | 1000011 | 100011 | 111111 | 10100 |
Color Harmonies of #553A13
Complementary color
Monochromatic Colors of #553A13
Black with #553A13
Text Example
Text Example
White with #553A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A13; }
p { color: rgb(85,58,19); }
H1.HeaderClassName
{
color: #553A13;
}
.AnyTagClassName
{
color: #553A13;
}
</style>
background-color css
<style>
a { background-color: #553A13; }
a { background-color: rgb(85,58,19); }
div.DivClassName
{
background-color: #553A13;
}
.BgClassName
{
background-color: #553A13;
}
</style>
border-color css
<style>
span { border-color: #553A13; }
span { border-color: rgb(85,58,19); }
td.TdClassName
{
border-color: #553A13;
}
.TagClassName
{
border-color: #553A13;
}
</style>