Shades of Seal Brown #2F1915
Tints of Seal Brown #2F1915
RGB
CMYK
RGB Variations
Color information
#2F1915 (or 0x2F1915) is known color: Seal Brown. HEX triplet: 2F, 19 and 15. RGB value is (47,25,21). Sum of RGB (Red+Green+Blue) = 47+25+21=93 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50.54% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1915 is #D0E6EA. Grayscale: #1F1F1F. Windows color (decimal): -13690603 or 1382703. OLE color: 1382703.
HSL color Cylindrical-coordinate representation of color #2F1915: hue angle of 9.23º 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 #2F1915 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 25 | 21 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.82 |
| HSL | 9.23º | 0.38% | 0.13% | - |
| HSV(B) | 9.23º | 0.55% | 0.18% | - |
| XYZ | 1.66 | 1.35 | 0.88 | - |
| YUV | 31.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 21 | 0 | 0.47 | 0.55 | 0.82 | 9.23 | 0.38 | 0.13 |
| Hex | 2F | 19 | 15 | 0 | 2F | 37 | 52 | 9 | 26 | D |
| Octal | 57 | 31 | 25 | 0 | 57 | 67 | 122 | 11 | 46 | 15 |
| Binary | 101111 | 11001 | 10101 | 0 | 101111 | 110111 | 1010010 | 1001 | 100110 | 1101 |
Color Harmonies of #2F1915
Complementary color
Monochromatic Colors of #2F1915
Black with #2F1915
Text Example
Text Example
White with #2F1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1915; }
p { color: rgb(47,25,21); }
H1.HeaderClassName
{
color: #2F1915;
}
.AnyTagClassName
{
color: #2F1915;
}
</style>
background-color css
<style>
a { background-color: #2F1915; }
a { background-color: rgb(47,25,21); }
div.DivClassName
{
background-color: #2F1915;
}
.BgClassName
{
background-color: #2F1915;
}
</style>
border-color css
<style>
span { border-color: #2F1915; }
span { border-color: rgb(47,25,21); }
td.TdClassName
{
border-color: #2F1915;
}
.TagClassName
{
border-color: #2F1915;
}
</style>