Shades of Cioccolato #5B3B33
Tints of Cioccolato #5B3B33
RGB
CMYK
RGB Variations
Color information
#5B3B33 (or 0x5B3B33) is known color: Cioccolato. HEX triplet: 5B, 3B and 33. RGB value is (91,59,51). Sum of RGB (Red+Green+Blue) = 91+59+51=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B33 is #A4C4CC. Grayscale: #434343. Windows color (decimal): -10798285 or 3357531. OLE color: 3357531.
HSL color Cylindrical-coordinate representation of color #5B3B33: hue angle of 12º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B3B33 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 51 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.64 |
| HSL | 12º | 0.28% | 0.28% | - |
| HSV(B) | 12º | 0.44% | 0.36% | - |
| XYZ | 6.48 | 5.59 | 3.87 | - |
| YUV | 67.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 51 | 0 | 0.35 | 0.44 | 0.64 | 12 | 0.28 | 0.28 |
| Hex | 5B | 3B | 33 | 0 | 23 | 2C | 40 | C | 1C | 1C |
| Octal | 133 | 73 | 63 | 0 | 43 | 54 | 100 | 14 | 34 | 34 |
| Binary | 1011011 | 111011 | 110011 | 0 | 100011 | 101100 | 1000000 | 1100 | 11100 | 11100 |
Color Harmonies of #5B3B33
Complementary color
Monochromatic Colors of #5B3B33
Black with #5B3B33
Text Example
Text Example
White with #5B3B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B33; }
p { color: rgb(91,59,51); }
H1.HeaderClassName
{
color: #5B3B33;
}
.AnyTagClassName
{
color: #5B3B33;
}
</style>
background-color css
<style>
a { background-color: #5B3B33; }
a { background-color: rgb(91,59,51); }
div.DivClassName
{
background-color: #5B3B33;
}
.BgClassName
{
background-color: #5B3B33;
}
</style>
border-color css
<style>
span { border-color: #5B3B33; }
span { border-color: rgb(91,59,51); }
td.TdClassName
{
border-color: #5B3B33;
}
.TagClassName
{
border-color: #5B3B33;
}
</style>