Shades of Cioccolato #5B3D2D
Tints of Cioccolato #5B3D2D
RGB
CMYK
RGB Variations
Color information
#5B3D2D (or 0x5B3D2D) is known color: Cioccolato. HEX triplet: 5B, 3D and 2D. RGB value is (91,61,45). Sum of RGB (Red+Green+Blue) = 91+61+45=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3D2D is #A4C2D2. Grayscale: #444444. Windows color (decimal): -10797779 or 2964827. OLE color: 2964827.
HSL color Cylindrical-coordinate representation of color #5B3D2D: hue angle of 20.87º 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 #5B3D2D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 61 | 45 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.64 |
| HSL | 20.87º | 0.34% | 0.27% | - |
| HSV(B) | 20.87º | 0.51% | 0.36% | - |
| XYZ | 6.46 | 5.75 | 3.25 | - |
| YUV | 68.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 45 | 0 | 0.33 | 0.51 | 0.64 | 20.87 | 0.34 | 0.27 |
| Hex | 5B | 3D | 2D | 0 | 21 | 33 | 40 | 15 | 22 | 1B |
| Octal | 133 | 75 | 55 | 0 | 41 | 63 | 100 | 25 | 42 | 33 |
| Binary | 1011011 | 111101 | 101101 | 0 | 100001 | 110011 | 1000000 | 10101 | 100010 | 11011 |
Color Harmonies of #5B3D2D
Complementary color
Monochromatic Colors of #5B3D2D
Black with #5B3D2D
Text Example
Text Example
White with #5B3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3D2D; }
p { color: rgb(91,61,45); }
H1.HeaderClassName
{
color: #5B3D2D;
}
.AnyTagClassName
{
color: #5B3D2D;
}
</style>
background-color css
<style>
a { background-color: #5B3D2D; }
a { background-color: rgb(91,61,45); }
div.DivClassName
{
background-color: #5B3D2D;
}
.BgClassName
{
background-color: #5B3D2D;
}
</style>
border-color css
<style>
span { border-color: #5B3D2D; }
span { border-color: rgb(91,61,45); }
td.TdClassName
{
border-color: #5B3D2D;
}
.TagClassName
{
border-color: #5B3D2D;
}
</style>