Shades of Cioccolato #55382D
Tints of Cioccolato #55382D
RGB
CMYK
RGB Variations
Color information
#55382D (or 0x55382D) is known color: Cioccolato. HEX triplet: 55, 38 and 2D. RGB value is (85,56,45). Sum of RGB (Red+Green+Blue) = 85+56+45=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55382D is #AAC7D2. Grayscale: #3F3F3F. Windows color (decimal): -11192275 or 2963541. OLE color: 2963541.
HSL color Cylindrical-coordinate representation of color #55382D: hue angle of 16.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55382D is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 45 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.67 |
| HSL | 16.5º | 0.31% | 0.25% | - |
| HSV(B) | 16.5º | 0.47% | 0.33% | - |
| XYZ | 5.63 | 4.95 | 3.14 | - |
| YUV | 63.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 45 | 0 | 0.34 | 0.47 | 0.67 | 16.5 | 0.31 | 0.25 |
| Hex | 55 | 38 | 2D | 0 | 22 | 2F | 43 | 10 | 1F | 19 |
| Octal | 125 | 70 | 55 | 0 | 42 | 57 | 103 | 20 | 37 | 31 |
| Binary | 1010101 | 111000 | 101101 | 0 | 100010 | 101111 | 1000011 | 10000 | 11111 | 11001 |
Color Harmonies of #55382D
Complementary color
Monochromatic Colors of #55382D
Black with #55382D
Text Example
Text Example
White with #55382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55382D; }
p { color: rgb(85,56,45); }
H1.HeaderClassName
{
color: #55382D;
}
.AnyTagClassName
{
color: #55382D;
}
</style>
background-color css
<style>
a { background-color: #55382D; }
a { background-color: rgb(85,56,45); }
div.DivClassName
{
background-color: #55382D;
}
.BgClassName
{
background-color: #55382D;
}
</style>
border-color css
<style>
span { border-color: #55382D; }
span { border-color: rgb(85,56,45); }
td.TdClassName
{
border-color: #55382D;
}
.TagClassName
{
border-color: #55382D;
}
</style>