Shades of Cioccolato #5B3B30
Tints of Cioccolato #5B3B30
RGB
CMYK
RGB Variations
Color information
#5B3B30 (or 0x5B3B30) is known color: Cioccolato. HEX triplet: 5B, 3B and 30. RGB value is (91,59,48). Sum of RGB (Red+Green+Blue) = 91+59+48=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B30 is #A4C4CF. Grayscale: #434343. Windows color (decimal): -10798288 or 3160923. OLE color: 3160923.
HSL color Cylindrical-coordinate representation of color #5B3B30: hue angle of 15.35º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B3B30 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 48 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.64 |
| HSL | 15.35º | 0.31% | 0.27% | - |
| HSV(B) | 15.35º | 0.47% | 0.36% | - |
| XYZ | 6.41 | 5.57 | 3.53 | - |
| YUV | 67.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 48 | 0 | 0.35 | 0.47 | 0.64 | 15.35 | 0.31 | 0.27 |
| Hex | 5B | 3B | 30 | 0 | 23 | 2F | 40 | F | 1F | 1B |
| Octal | 133 | 73 | 60 | 0 | 43 | 57 | 100 | 17 | 37 | 33 |
| Binary | 1011011 | 111011 | 110000 | 0 | 100011 | 101111 | 1000000 | 1111 | 11111 | 11011 |
Color Harmonies of #5B3B30
Complementary color
Monochromatic Colors of #5B3B30
Black with #5B3B30
Text Example
Text Example
White with #5B3B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B30; }
p { color: rgb(91,59,48); }
H1.HeaderClassName
{
color: #5B3B30;
}
.AnyTagClassName
{
color: #5B3B30;
}
</style>
background-color css
<style>
a { background-color: #5B3B30; }
a { background-color: rgb(91,59,48); }
div.DivClassName
{
background-color: #5B3B30;
}
.BgClassName
{
background-color: #5B3B30;
}
</style>
border-color css
<style>
span { border-color: #5B3B30; }
span { border-color: rgb(91,59,48); }
td.TdClassName
{
border-color: #5B3B30;
}
.TagClassName
{
border-color: #5B3B30;
}
</style>