Shades of Baker's Chocolate #553A07
Tints of Baker's Chocolate #553A07
RGB
CMYK
RGB Variations
Color information
#553A07 (or 0x553A07) is known color: Baker's Chocolate. HEX triplet: 55, 3A and 07. RGB value is (85,58,7). Sum of RGB (Red+Green+Blue) = 85+58+7=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #553A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553A07 is #AAC5F8. Grayscale: #3C3C3C. Windows color (decimal): -11191801 or 473685. OLE color: 473685.
HSL color Cylindrical-coordinate representation of color #553A07: hue angle of 39.23º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #553A07 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 7 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.67 |
| HSL | 39.23º | 0.85% | 0.18% | - |
| HSV(B) | 39.23º | 0.92% | 0.33% | - |
| XYZ | 5.3 | 4.97 | 0.88 | - |
| YUV | 60.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 7 | 0 | 0.32 | 0.92 | 0.67 | 39.23 | 0.85 | 0.18 |
| Hex | 55 | 3A | 7 | 0 | 20 | 5C | 43 | 27 | 55 | 12 |
| Octal | 125 | 72 | 7 | 0 | 40 | 134 | 103 | 47 | 125 | 22 |
| Binary | 1010101 | 111010 | 111 | 0 | 100000 | 1011100 | 1000011 | 100111 | 1010101 | 10010 |
Color Harmonies of #553A07
Complementary color
Monochromatic Colors of #553A07
Black with #553A07
Text Example
Text Example
White with #553A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A07; }
p { color: rgb(85,58,7); }
H1.HeaderClassName
{
color: #553A07;
}
.AnyTagClassName
{
color: #553A07;
}
</style>
background-color css
<style>
a { background-color: #553A07; }
a { background-color: rgb(85,58,7); }
div.DivClassName
{
background-color: #553A07;
}
.BgClassName
{
background-color: #553A07;
}
</style>
border-color css
<style>
span { border-color: #553A07; }
span { border-color: rgb(85,58,7); }
td.TdClassName
{
border-color: #553A07;
}
.TagClassName
{
border-color: #553A07;
}
</style>