Shades of Seal Brown #2F1A17
Tints of Seal Brown #2F1A17
RGB
CMYK
RGB Variations
Color information
#2F1A17 (or 0x2F1A17) is known color: Seal Brown. HEX triplet: 2F, 1A and 17. RGB value is (47,26,23). Sum of RGB (Red+Green+Blue) = 47+26+23=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1A17 is #D0E5E8. Grayscale: #1F1F1F. Windows color (decimal): -13690345 or 1514031. OLE color: 1514031.
HSL color Cylindrical-coordinate representation of color #2F1A17: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F1A17 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 26 | 23 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.82 |
| HSL | 7.5º | 0.34% | 0.14% | - |
| HSV(B) | 7.5º | 0.51% | 0.18% | - |
| XYZ | 1.7 | 1.4 | 0.99 | - |
| YUV | 31.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 23 | 0 | 0.45 | 0.51 | 0.82 | 7.5 | 0.34 | 0.14 |
| Hex | 2F | 1A | 17 | 0 | 2D | 33 | 52 | 8 | 22 | E |
| Octal | 57 | 32 | 27 | 0 | 55 | 63 | 122 | 10 | 42 | 16 |
| Binary | 101111 | 11010 | 10111 | 0 | 101101 | 110011 | 1010010 | 1000 | 100010 | 1110 |
Color Harmonies of #2F1A17
Complementary color
Monochromatic Colors of #2F1A17
Black with #2F1A17
Text Example
Text Example
White with #2F1A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1A17; }
p { color: rgb(47,26,23); }
H1.HeaderClassName
{
color: #2F1A17;
}
.AnyTagClassName
{
color: #2F1A17;
}
</style>
background-color css
<style>
a { background-color: #2F1A17; }
a { background-color: rgb(47,26,23); }
div.DivClassName
{
background-color: #2F1A17;
}
.BgClassName
{
background-color: #2F1A17;
}
</style>
border-color css
<style>
span { border-color: #2F1A17; }
span { border-color: rgb(47,26,23); }
td.TdClassName
{
border-color: #2F1A17;
}
.TagClassName
{
border-color: #2F1A17;
}
</style>