Shades of Cioccolato #553830
Tints of Cioccolato #553830
RGB
CMYK
RGB Variations
Color information
#553830 (or 0x553830) is known color: Cioccolato. HEX triplet: 55, 38 and 30. RGB value is (85,56,48). Sum of RGB (Red+Green+Blue) = 85+56+48=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #553830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553830 is #AAC7CF. Grayscale: #3F3F3F. Windows color (decimal): -11192272 or 3160149. OLE color: 3160149.
HSL color Cylindrical-coordinate representation of color #553830: hue angle of 12.97º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553830 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 48 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.67 |
| HSL | 12.97º | 0.28% | 0.26% | - |
| HSV(B) | 12.97º | 0.44% | 0.33% | - |
| XYZ | 5.69 | 4.97 | 3.46 | - |
| YUV | 63.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 48 | 0 | 0.34 | 0.44 | 0.67 | 12.97 | 0.28 | 0.26 |
| Hex | 55 | 38 | 30 | 0 | 22 | 2C | 43 | D | 1C | 1A |
| Octal | 125 | 70 | 60 | 0 | 42 | 54 | 103 | 15 | 34 | 32 |
| Binary | 1010101 | 111000 | 110000 | 0 | 100010 | 101100 | 1000011 | 1101 | 11100 | 11010 |
Color Harmonies of #553830
Complementary color
Monochromatic Colors of #553830
Black with #553830
Text Example
Text Example
White with #553830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553830; }
p { color: rgb(85,56,48); }
H1.HeaderClassName
{
color: #553830;
}
.AnyTagClassName
{
color: #553830;
}
</style>
background-color css
<style>
a { background-color: #553830; }
a { background-color: rgb(85,56,48); }
div.DivClassName
{
background-color: #553830;
}
.BgClassName
{
background-color: #553830;
}
</style>
border-color css
<style>
span { border-color: #553830; }
span { border-color: rgb(85,56,48); }
td.TdClassName
{
border-color: #553830;
}
.TagClassName
{
border-color: #553830;
}
</style>