Shades of Cioccolato #5B382C
Tints of Cioccolato #5B382C
RGB
CMYK
RGB Variations
Color information
#5B382C (or 0x5B382C) is known color: Cioccolato. HEX triplet: 5B, 38 and 2C. RGB value is (91,56,44). Sum of RGB (Red+Green+Blue) = 91+56+44=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B382C is #A4C7D3. Grayscale: #414141. Windows color (decimal): -10799060 or 2898011. OLE color: 2898011.
HSL color Cylindrical-coordinate representation of color #5B382C: hue angle of 15.32º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B382C is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 44 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.64 |
| HSL | 15.32º | 0.35% | 0.26% | - |
| HSV(B) | 15.32º | 0.52% | 0.36% | - |
| XYZ | 6.18 | 5.23 | 3.07 | - |
| YUV | 65.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 44 | 0 | 0.38 | 0.52 | 0.64 | 15.32 | 0.35 | 0.26 |
| Hex | 5B | 38 | 2C | 0 | 26 | 34 | 40 | F | 23 | 1A |
| Octal | 133 | 70 | 54 | 0 | 46 | 64 | 100 | 17 | 43 | 32 |
| Binary | 1011011 | 111000 | 101100 | 0 | 100110 | 110100 | 1000000 | 1111 | 100011 | 11010 |
Color Harmonies of #5B382C
Complementary color
Monochromatic Colors of #5B382C
Black with #5B382C
Text Example
Text Example
White with #5B382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B382C; }
p { color: rgb(91,56,44); }
H1.HeaderClassName
{
color: #5B382C;
}
.AnyTagClassName
{
color: #5B382C;
}
</style>
background-color css
<style>
a { background-color: #5B382C; }
a { background-color: rgb(91,56,44); }
div.DivClassName
{
background-color: #5B382C;
}
.BgClassName
{
background-color: #5B382C;
}
</style>
border-color css
<style>
span { border-color: #5B382C; }
span { border-color: rgb(91,56,44); }
td.TdClassName
{
border-color: #5B382C;
}
.TagClassName
{
border-color: #5B382C;
}
</style>