Shades of Cioccolato #553931
Tints of Cioccolato #553931
RGB
CMYK
RGB Variations
Color information
#553931 (or 0x553931) is known color: Cioccolato. HEX triplet: 55, 39 and 31. RGB value is (85,57,49). Sum of RGB (Red+Green+Blue) = 85+57+49=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553931 is #AAC6CE. Grayscale: #404040. Windows color (decimal): -11192015 or 3225941. OLE color: 3225941.
HSL color Cylindrical-coordinate representation of color #553931: hue angle of 13.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553931 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 49 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.67 |
| HSL | 13.33º | 0.27% | 0.26% | - |
| HSV(B) | 13.33º | 0.42% | 0.33% | - |
| XYZ | 5.76 | 5.08 | 3.58 | - |
| YUV | 64.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 49 | 0 | 0.33 | 0.42 | 0.67 | 13.33 | 0.27 | 0.26 |
| Hex | 55 | 39 | 31 | 0 | 21 | 2A | 43 | D | 1B | 1A |
| Octal | 125 | 71 | 61 | 0 | 41 | 52 | 103 | 15 | 33 | 32 |
| Binary | 1010101 | 111001 | 110001 | 0 | 100001 | 101010 | 1000011 | 1101 | 11011 | 11010 |
Color Harmonies of #553931
Complementary color
Monochromatic Colors of #553931
Black with #553931
Text Example
Text Example
White with #553931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553931; }
p { color: rgb(85,57,49); }
H1.HeaderClassName
{
color: #553931;
}
.AnyTagClassName
{
color: #553931;
}
</style>
background-color css
<style>
a { background-color: #553931; }
a { background-color: rgb(85,57,49); }
div.DivClassName
{
background-color: #553931;
}
.BgClassName
{
background-color: #553931;
}
</style>
border-color css
<style>
span { border-color: #553931; }
span { border-color: rgb(85,57,49); }
td.TdClassName
{
border-color: #553931;
}
.TagClassName
{
border-color: #553931;
}
</style>