Shades of Sambuca #3E3127
Tints of Sambuca #3E3127
RGB
CMYK
RGB Variations
Color information
#3E3127 (or 0x3E3127) is known color: Sambuca. HEX triplet: 3E, 31 and 27. RGB value is (62,49,39). Sum of RGB (Red+Green+Blue) = 62+49+39=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3127 is #C1CED8. Grayscale: #333333. Windows color (decimal): -12701401 or 2568510. OLE color: 2568510.
HSL color Cylindrical-coordinate representation of color #3E3127: hue angle of 26.09º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E3127 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 39 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.76 |
| HSL | 26.09º | 0.23% | 0.2% | - |
| HSV(B) | 26.09º | 0.37% | 0.24% | - |
| XYZ | 3.45 | 3.37 | 2.39 | - |
| YUV | 51.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 39 | 0 | 0.21 | 0.37 | 0.76 | 26.09 | 0.23 | 0.2 |
| Hex | 3E | 31 | 27 | 0 | 15 | 25 | 4C | 1A | 17 | 14 |
| Octal | 76 | 61 | 47 | 0 | 25 | 45 | 114 | 32 | 27 | 24 |
| Binary | 111110 | 110001 | 100111 | 0 | 10101 | 100101 | 1001100 | 11010 | 10111 | 10100 |
Color Harmonies of #3E3127
Complementary color
Monochromatic Colors of #3E3127
Black with #3E3127
Text Example
Text Example
White with #3E3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3127; }
p { color: rgb(62,49,39); }
H1.HeaderClassName
{
color: #3E3127;
}
.AnyTagClassName
{
color: #3E3127;
}
</style>
background-color css
<style>
a { background-color: #3E3127; }
a { background-color: rgb(62,49,39); }
div.DivClassName
{
background-color: #3E3127;
}
.BgClassName
{
background-color: #3E3127;
}
</style>
border-color css
<style>
span { border-color: #3E3127; }
span { border-color: rgb(62,49,39); }
td.TdClassName
{
border-color: #3E3127;
}
.TagClassName
{
border-color: #3E3127;
}
</style>