Shades of Baker's Chocolate #553B11
Tints of Baker's Chocolate #553B11
RGB
CMYK
RGB Variations
Color information
#553B11 (or 0x553B11) is known color: Baker's Chocolate. HEX triplet: 55, 3B and 11. RGB value is (85,59,17). Sum of RGB (Red+Green+Blue) = 85+59+17=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553B11 is #AAC4EE. Grayscale: #3E3E3E. Windows color (decimal): -11191535 or 1129301. OLE color: 1129301.
HSL color Cylindrical-coordinate representation of color #553B11: hue angle of 37.06º 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 #553B11 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 17 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.67 |
| HSL | 37.06º | 0.67% | 0.2% | - |
| HSV(B) | 37.06º | 0.8% | 0.33% | - |
| XYZ | 5.41 | 5.1 | 1.23 | - |
| YUV | 61.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 17 | 0 | 0.31 | 0.80 | 0.67 | 37.06 | 0.67 | 0.2 |
| Hex | 55 | 3B | 11 | 0 | 1F | 50 | 43 | 25 | 43 | 14 |
| Octal | 125 | 73 | 21 | 0 | 37 | 120 | 103 | 45 | 103 | 24 |
| Binary | 1010101 | 111011 | 10001 | 0 | 11111 | 1010000 | 1000011 | 100101 | 1000011 | 10100 |
Color Harmonies of #553B11
Complementary color
Monochromatic Colors of #553B11
Black with #553B11
Text Example
Text Example
White with #553B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B11; }
p { color: rgb(85,59,17); }
H1.HeaderClassName
{
color: #553B11;
}
.AnyTagClassName
{
color: #553B11;
}
</style>
background-color css
<style>
a { background-color: #553B11; }
a { background-color: rgb(85,59,17); }
div.DivClassName
{
background-color: #553B11;
}
.BgClassName
{
background-color: #553B11;
}
</style>
border-color css
<style>
span { border-color: #553B11; }
span { border-color: rgb(85,59,17); }
td.TdClassName
{
border-color: #553B11;
}
.TagClassName
{
border-color: #553B11;
}
</style>