Shades of Sambuca #372D28
Tints of Sambuca #372D28
RGB
CMYK
RGB Variations
Color information
#372D28 (or 0x372D28) is known color: Sambuca. HEX triplet: 37, 2D and 28. RGB value is (55,45,40). Sum of RGB (Red+Green+Blue) = 55+45+40=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #372D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D28 is #C8D2D7. Grayscale: #2F2F2F. Windows color (decimal): -13161176 or 2633015. OLE color: 2633015.
HSL color Cylindrical-coordinate representation of color #372D28: hue angle of 20º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #372D28 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 40 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.78 |
| HSL | 20º | 0.16% | 0.19% | - |
| HSV(B) | 20º | 0.27% | 0.22% | - |
| XYZ | 2.9 | 2.84 | 2.4 | - |
| YUV | 47.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 40 | 0 | 0.18 | 0.27 | 0.78 | 20 | 0.16 | 0.19 |
| Hex | 37 | 2D | 28 | 0 | 12 | 1B | 4E | 14 | 10 | 13 |
| Octal | 67 | 55 | 50 | 0 | 22 | 33 | 116 | 24 | 20 | 23 |
| Binary | 110111 | 101101 | 101000 | 0 | 10010 | 11011 | 1001110 | 10100 | 10000 | 10011 |
Color Harmonies of #372D28
Complementary color
Monochromatic Colors of #372D28
Black with #372D28
Text Example
Text Example
White with #372D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D28; }
p { color: rgb(55,45,40); }
H1.HeaderClassName
{
color: #372D28;
}
.AnyTagClassName
{
color: #372D28;
}
</style>
background-color css
<style>
a { background-color: #372D28; }
a { background-color: rgb(55,45,40); }
div.DivClassName
{
background-color: #372D28;
}
.BgClassName
{
background-color: #372D28;
}
</style>
border-color css
<style>
span { border-color: #372D28; }
span { border-color: rgb(55,45,40); }
td.TdClassName
{
border-color: #372D28;
}
.TagClassName
{
border-color: #372D28;
}
</style>