Shades of Seal Brown #2F1715
Tints of Seal Brown #2F1715
RGB
CMYK
RGB Variations
Color information
#2F1715 (or 0x2F1715) is known color: Seal Brown. HEX triplet: 2F, 17 and 15. RGB value is (47,23,21). Sum of RGB (Red+Green+Blue) = 47+23+21=91 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.65% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1715 is #D0E8EA. Grayscale: #1D1D1D. Windows color (decimal): -13691115 or 1382191. OLE color: 1382191.
HSL color Cylindrical-coordinate representation of color #2F1715: hue angle of 4.62º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1715 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 23 | 21 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.82 |
| HSL | 4.62º | 0.38% | 0.13% | - |
| HSV(B) | 4.62º | 0.55% | 0.18% | - |
| XYZ | 1.61 | 1.27 | 0.87 | - |
| YUV | 29.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 21 | 0 | 0.51 | 0.55 | 0.82 | 4.62 | 0.38 | 0.13 |
| Hex | 2F | 17 | 15 | 0 | 33 | 37 | 52 | 5 | 26 | D |
| Octal | 57 | 27 | 25 | 0 | 63 | 67 | 122 | 5 | 46 | 15 |
| Binary | 101111 | 10111 | 10101 | 0 | 110011 | 110111 | 1010010 | 101 | 100110 | 1101 |
Color Harmonies of #2F1715
Complementary color
Monochromatic Colors of #2F1715
Black with #2F1715
Text Example
Text Example
White with #2F1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1715; }
p { color: rgb(47,23,21); }
H1.HeaderClassName
{
color: #2F1715;
}
.AnyTagClassName
{
color: #2F1715;
}
</style>
background-color css
<style>
a { background-color: #2F1715; }
a { background-color: rgb(47,23,21); }
div.DivClassName
{
background-color: #2F1715;
}
.BgClassName
{
background-color: #2F1715;
}
</style>
border-color css
<style>
span { border-color: #2F1715; }
span { border-color: rgb(47,23,21); }
td.TdClassName
{
border-color: #2F1715;
}
.TagClassName
{
border-color: #2F1715;
}
</style>