Shades of Cioccolato #55392B
Tints of Cioccolato #55392B
RGB
CMYK
RGB Variations
Color information
#55392B (or 0x55392B) is known color: Cioccolato. HEX triplet: 55, 39 and 2B. RGB value is (85,57,43). Sum of RGB (Red+Green+Blue) = 85+57+43=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55392B is #AAC6D4. Grayscale: #3F3F3F. Windows color (decimal): -11192021 or 2832725. OLE color: 2832725.
HSL color Cylindrical-coordinate representation of color #55392B: hue angle of 20º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55392B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 43 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.67 |
| HSL | 20º | 0.33% | 0.25% | - |
| HSV(B) | 20º | 0.49% | 0.33% | - |
| XYZ | 5.65 | 5.03 | 2.96 | - |
| YUV | 63.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 43 | 0 | 0.33 | 0.49 | 0.67 | 20 | 0.33 | 0.25 |
| Hex | 55 | 39 | 2B | 0 | 21 | 31 | 43 | 14 | 21 | 19 |
| Octal | 125 | 71 | 53 | 0 | 41 | 61 | 103 | 24 | 41 | 31 |
| Binary | 1010101 | 111001 | 101011 | 0 | 100001 | 110001 | 1000011 | 10100 | 100001 | 11001 |
Color Harmonies of #55392B
Complementary color
Monochromatic Colors of #55392B
Black with #55392B
Text Example
Text Example
White with #55392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55392B; }
p { color: rgb(85,57,43); }
H1.HeaderClassName
{
color: #55392B;
}
.AnyTagClassName
{
color: #55392B;
}
</style>
background-color css
<style>
a { background-color: #55392B; }
a { background-color: rgb(85,57,43); }
div.DivClassName
{
background-color: #55392B;
}
.BgClassName
{
background-color: #55392B;
}
</style>
border-color css
<style>
span { border-color: #55392B; }
span { border-color: rgb(85,57,43); }
td.TdClassName
{
border-color: #55392B;
}
.TagClassName
{
border-color: #55392B;
}
</style>