Shades of Seal Brown #291C1B
Tints of Seal Brown #291C1B
RGB
CMYK
RGB Variations
Color information
#291C1B (or 0x291C1B) is known color: Seal Brown. HEX triplet: 29, 1C and 1B. RGB value is (41,28,27). Sum of RGB (Red+Green+Blue) = 41+28+27=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C1B is #D6E3E4. Grayscale: #1F1F1F. Windows color (decimal): -14083045 or 1776681. OLE color: 1776681.
HSL color Cylindrical-coordinate representation of color #291C1B: hue angle of 4.29º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #291C1B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 28 | 27 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.84 |
| HSL | 4.29º | 0.21% | 0.13% | - |
| HSV(B) | 4.29º | 0.34% | 0.16% | - |
| XYZ | 1.53 | 1.38 | 1.22 | - |
| YUV | 31.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 27 | 0 | 0.32 | 0.34 | 0.84 | 4.29 | 0.21 | 0.13 |
| Hex | 29 | 1C | 1B | 0 | 20 | 22 | 54 | 4 | 15 | D |
| Octal | 51 | 34 | 33 | 0 | 40 | 42 | 124 | 4 | 25 | 15 |
| Binary | 101001 | 11100 | 11011 | 0 | 100000 | 100010 | 1010100 | 100 | 10101 | 1101 |
Color Harmonies of #291C1B
Complementary color
Monochromatic Colors of #291C1B
Black with #291C1B
Text Example
Text Example
White with #291C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C1B; }
p { color: rgb(41,28,27); }
H1.HeaderClassName
{
color: #291C1B;
}
.AnyTagClassName
{
color: #291C1B;
}
</style>
background-color css
<style>
a { background-color: #291C1B; }
a { background-color: rgb(41,28,27); }
div.DivClassName
{
background-color: #291C1B;
}
.BgClassName
{
background-color: #291C1B;
}
</style>
border-color css
<style>
span { border-color: #291C1B; }
span { border-color: rgb(41,28,27); }
td.TdClassName
{
border-color: #291C1B;
}
.TagClassName
{
border-color: #291C1B;
}
</style>