Shades of Baker's Chocolate #553A11
Tints of Baker's Chocolate #553A11
RGB
CMYK
RGB Variations
Color information
#553A11 (or 0x553A11) is known color: Baker's Chocolate. HEX triplet: 55, 3A and 11. RGB value is (85,58,17). Sum of RGB (Red+Green+Blue) = 85+58+17=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #553A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553A11 is #AAC5EE. Grayscale: #3D3D3D. Windows color (decimal): -11191791 or 1129045. OLE color: 1129045.
HSL color Cylindrical-coordinate representation of color #553A11: hue angle of 36.18º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #553A11 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 17 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.67 |
| HSL | 36.18º | 0.67% | 0.2% | - |
| HSV(B) | 36.18º | 0.8% | 0.33% | - |
| XYZ | 5.36 | 5 | 1.21 | - |
| YUV | 61.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 17 | 0 | 0.32 | 0.80 | 0.67 | 36.18 | 0.67 | 0.2 |
| Hex | 55 | 3A | 11 | 0 | 20 | 50 | 43 | 24 | 43 | 14 |
| Octal | 125 | 72 | 21 | 0 | 40 | 120 | 103 | 44 | 103 | 24 |
| Binary | 1010101 | 111010 | 10001 | 0 | 100000 | 1010000 | 1000011 | 100100 | 1000011 | 10100 |
Color Harmonies of #553A11
Complementary color
Monochromatic Colors of #553A11
Black with #553A11
Text Example
Text Example
White with #553A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A11; }
p { color: rgb(85,58,17); }
H1.HeaderClassName
{
color: #553A11;
}
.AnyTagClassName
{
color: #553A11;
}
</style>
background-color css
<style>
a { background-color: #553A11; }
a { background-color: rgb(85,58,17); }
div.DivClassName
{
background-color: #553A11;
}
.BgClassName
{
background-color: #553A11;
}
</style>
border-color css
<style>
span { border-color: #553A11; }
span { border-color: rgb(85,58,17); }
td.TdClassName
{
border-color: #553A11;
}
.TagClassName
{
border-color: #553A11;
}
</style>