Shades of Cioccolato #5B3B2E
Tints of Cioccolato #5B3B2E
RGB
CMYK
RGB Variations
Color information
#5B3B2E (or 0x5B3B2E) is known color: Cioccolato. HEX triplet: 5B, 3B and 2E. RGB value is (91,59,46). Sum of RGB (Red+Green+Blue) = 91+59+46=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B2E is #A4C4D1. Grayscale: #434343. Windows color (decimal): -10798290 or 3029851. OLE color: 3029851.
HSL color Cylindrical-coordinate representation of color #5B3B2E: hue angle of 17.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B3B2E is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 46 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.64 |
| HSL | 17.33º | 0.33% | 0.27% | - |
| HSV(B) | 17.33º | 0.49% | 0.36% | - |
| XYZ | 6.37 | 5.55 | 3.32 | - |
| YUV | 67.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 46 | 0 | 0.35 | 0.49 | 0.64 | 17.33 | 0.33 | 0.27 |
| Hex | 5B | 3B | 2E | 0 | 23 | 31 | 40 | 11 | 21 | 1B |
| Octal | 133 | 73 | 56 | 0 | 43 | 61 | 100 | 21 | 41 | 33 |
| Binary | 1011011 | 111011 | 101110 | 0 | 100011 | 110001 | 1000000 | 10001 | 100001 | 11011 |
Color Harmonies of #5B3B2E
Complementary color
Monochromatic Colors of #5B3B2E
Black with #5B3B2E
Text Example
Text Example
White with #5B3B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B2E; }
p { color: rgb(91,59,46); }
H1.HeaderClassName
{
color: #5B3B2E;
}
.AnyTagClassName
{
color: #5B3B2E;
}
</style>
background-color css
<style>
a { background-color: #5B3B2E; }
a { background-color: rgb(91,59,46); }
div.DivClassName
{
background-color: #5B3B2E;
}
.BgClassName
{
background-color: #5B3B2E;
}
</style>
border-color css
<style>
span { border-color: #5B3B2E; }
span { border-color: rgb(91,59,46); }
td.TdClassName
{
border-color: #5B3B2E;
}
.TagClassName
{
border-color: #5B3B2E;
}
</style>