Shades of Baker's Chocolate #55380A
Tints of Baker's Chocolate #55380A
RGB
CMYK
RGB Variations
Color information
#55380A (or 0x55380A) is known color: Baker's Chocolate. HEX triplet: 55, 38 and 0A. RGB value is (85,56,10). Sum of RGB (Red+Green+Blue) = 85+56+10=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55380A is #AAC7F5. Grayscale: #3B3B3B. Windows color (decimal): -11192310 or 669781. OLE color: 669781.
HSL color Cylindrical-coordinate representation of color #55380A: hue angle of 36.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55380A is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 10 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.67 |
| HSL | 36.8º | 0.79% | 0.19% | - |
| HSV(B) | 36.8º | 0.88% | 0.33% | - |
| XYZ | 5.22 | 4.78 | 0.94 | - |
| YUV | 59.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 10 | 0 | 0.34 | 0.88 | 0.67 | 36.8 | 0.79 | 0.19 |
| Hex | 55 | 38 | A | 0 | 22 | 58 | 43 | 25 | 4F | 13 |
| Octal | 125 | 70 | 12 | 0 | 42 | 130 | 103 | 45 | 117 | 23 |
| Binary | 1010101 | 111000 | 1010 | 0 | 100010 | 1011000 | 1000011 | 100101 | 1001111 | 10011 |
Color Harmonies of #55380A
Complementary color
Monochromatic Colors of #55380A
Black with #55380A
Text Example
Text Example
White with #55380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55380A; }
p { color: rgb(85,56,10); }
H1.HeaderClassName
{
color: #55380A;
}
.AnyTagClassName
{
color: #55380A;
}
</style>
background-color css
<style>
a { background-color: #55380A; }
a { background-color: rgb(85,56,10); }
div.DivClassName
{
background-color: #55380A;
}
.BgClassName
{
background-color: #55380A;
}
</style>
border-color css
<style>
span { border-color: #55380A; }
span { border-color: rgb(85,56,10); }
td.TdClassName
{
border-color: #55380A;
}
.TagClassName
{
border-color: #55380A;
}
</style>