Shades of Cioccolato #55372E
Tints of Cioccolato #55372E
RGB
CMYK
RGB Variations
Color information
#55372E (or 0x55372E) is known color: Cioccolato. HEX triplet: 55, 37 and 2E. RGB value is (85,55,46). Sum of RGB (Red+Green+Blue) = 85+55+46=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55372E is #AAC8D1. Grayscale: #3F3F3F. Windows color (decimal): -11192530 or 3028821. OLE color: 3028821.
HSL color Cylindrical-coordinate representation of color #55372E: hue angle of 13.85º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55372E is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 46 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.67 |
| HSL | 13.85º | 0.3% | 0.26% | - |
| HSV(B) | 13.85º | 0.46% | 0.33% | - |
| XYZ | 5.61 | 4.86 | 3.23 | - |
| YUV | 62.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 46 | 0 | 0.35 | 0.46 | 0.67 | 13.85 | 0.3 | 0.26 |
| Hex | 55 | 37 | 2E | 0 | 23 | 2E | 43 | E | 1E | 1A |
| Octal | 125 | 67 | 56 | 0 | 43 | 56 | 103 | 16 | 36 | 32 |
| Binary | 1010101 | 110111 | 101110 | 0 | 100011 | 101110 | 1000011 | 1110 | 11110 | 11010 |
Color Harmonies of #55372E
Complementary color
Monochromatic Colors of #55372E
Black with #55372E
Text Example
Text Example
White with #55372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55372E; }
p { color: rgb(85,55,46); }
H1.HeaderClassName
{
color: #55372E;
}
.AnyTagClassName
{
color: #55372E;
}
</style>
background-color css
<style>
a { background-color: #55372E; }
a { background-color: rgb(85,55,46); }
div.DivClassName
{
background-color: #55372E;
}
.BgClassName
{
background-color: #55372E;
}
</style>
border-color css
<style>
span { border-color: #55372E; }
span { border-color: rgb(85,55,46); }
td.TdClassName
{
border-color: #55372E;
}
.TagClassName
{
border-color: #55372E;
}
</style>