Shades of Cioccolato #5B3C2D
Tints of Cioccolato #5B3C2D
RGB
CMYK
RGB Variations
Color information
#5B3C2D (or 0x5B3C2D) is known color: Cioccolato. HEX triplet: 5B, 3C and 2D. RGB value is (91,60,45). Sum of RGB (Red+Green+Blue) = 91+60+45=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C2D is #A4C3D2. Grayscale: #434343. Windows color (decimal): -10798035 or 2964571. OLE color: 2964571.
HSL color Cylindrical-coordinate representation of color #5B3C2D: hue angle of 19.57º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B3C2D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 60 | 45 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.64 |
| HSL | 19.57º | 0.34% | 0.27% | - |
| HSV(B) | 19.57º | 0.51% | 0.36% | - |
| XYZ | 6.4 | 5.65 | 3.23 | - |
| YUV | 67.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 45 | 0 | 0.34 | 0.51 | 0.64 | 19.57 | 0.34 | 0.27 |
| Hex | 5B | 3C | 2D | 0 | 22 | 33 | 40 | 14 | 22 | 1B |
| Octal | 133 | 74 | 55 | 0 | 42 | 63 | 100 | 24 | 42 | 33 |
| Binary | 1011011 | 111100 | 101101 | 0 | 100010 | 110011 | 1000000 | 10100 | 100010 | 11011 |
Color Harmonies of #5B3C2D
Complementary color
Monochromatic Colors of #5B3C2D
Black with #5B3C2D
Text Example
Text Example
White with #5B3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3C2D; }
p { color: rgb(91,60,45); }
H1.HeaderClassName
{
color: #5B3C2D;
}
.AnyTagClassName
{
color: #5B3C2D;
}
</style>
background-color css
<style>
a { background-color: #5B3C2D; }
a { background-color: rgb(91,60,45); }
div.DivClassName
{
background-color: #5B3C2D;
}
.BgClassName
{
background-color: #5B3C2D;
}
</style>
border-color css
<style>
span { border-color: #5B3C2D; }
span { border-color: rgb(91,60,45); }
td.TdClassName
{
border-color: #5B3C2D;
}
.TagClassName
{
border-color: #5B3C2D;
}
</style>