Shades of Baker's Chocolate #553A05
Tints of Baker's Chocolate #553A05
RGB
CMYK
RGB Variations
Color information
#553A05 (or 0x553A05) is known color: Baker's Chocolate. HEX triplet: 55, 3A and 05. RGB value is (85,58,5). Sum of RGB (Red+Green+Blue) = 85+58+5=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #553A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553A05 is #AAC5FA. Grayscale: #3C3C3C. Windows color (decimal): -11191803 or 342613. OLE color: 342613.
HSL color Cylindrical-coordinate representation of color #553A05: hue angle of 39.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #553A05 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 5 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.67 |
| HSL | 39.75º | 0.89% | 0.18% | - |
| HSV(B) | 39.75º | 0.94% | 0.33% | - |
| XYZ | 5.29 | 4.97 | 0.82 | - |
| YUV | 60.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 5 | 0 | 0.32 | 0.94 | 0.67 | 39.75 | 0.89 | 0.18 |
| Hex | 55 | 3A | 5 | 0 | 20 | 5E | 43 | 28 | 59 | 12 |
| Octal | 125 | 72 | 5 | 0 | 40 | 136 | 103 | 50 | 131 | 22 |
| Binary | 1010101 | 111010 | 101 | 0 | 100000 | 1011110 | 1000011 | 101000 | 1011001 | 10010 |
Color Harmonies of #553A05
Complementary color
Monochromatic Colors of #553A05
Black with #553A05
Text Example
Text Example
White with #553A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A05; }
p { color: rgb(85,58,5); }
H1.HeaderClassName
{
color: #553A05;
}
.AnyTagClassName
{
color: #553A05;
}
</style>
background-color css
<style>
a { background-color: #553A05; }
a { background-color: rgb(85,58,5); }
div.DivClassName
{
background-color: #553A05;
}
.BgClassName
{
background-color: #553A05;
}
</style>
border-color css
<style>
span { border-color: #553A05; }
span { border-color: rgb(85,58,5); }
td.TdClassName
{
border-color: #553A05;
}
.TagClassName
{
border-color: #553A05;
}
</style>