Shades of Seal Brown #170F0E
Tints of Seal Brown #170F0E
RGB
CMYK
RGB Variations
Color information
#170F0E (or 0x170F0E) is known color: Seal Brown. HEX triplet: 17, 0F and 0E. RGB value is (23,15,14). Sum of RGB (Red+Green+Blue) = 23+15+14=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 23 - color contains mainly: red. Hex color #170F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F0E is #E8F0F1. Grayscale: #111111. Windows color (decimal): -15266034 or 921367. OLE color: 921367.
HSL color Cylindrical-coordinate representation of color #170F0E: hue angle of 6.67º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #170F0E is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 15 | 14 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.91 |
| HSL | 6.67º | 0.24% | 0.07% | - |
| HSV(B) | 6.67º | 0.39% | 0.09% | - |
| XYZ | 0.6 | 0.56 | 0.49 | - |
| YUV | 17.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 14 | 0 | 0.35 | 0.39 | 0.91 | 6.67 | 0.24 | 0.07 |
| Hex | 17 | F | E | 0 | 23 | 27 | 5B | 7 | 18 | 7 |
| Octal | 27 | 17 | 16 | 0 | 43 | 47 | 133 | 7 | 30 | 7 |
| Binary | 10111 | 1111 | 1110 | 0 | 100011 | 100111 | 1011011 | 111 | 11000 | 111 |
Color Harmonies of #170F0E
Complementary color
Monochromatic Colors of #170F0E
Black with #170F0E
Text Example
Text Example
White with #170F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F0E; }
p { color: rgb(23,15,14); }
H1.HeaderClassName
{
color: #170F0E;
}
.AnyTagClassName
{
color: #170F0E;
}
</style>
background-color css
<style>
a { background-color: #170F0E; }
a { background-color: rgb(23,15,14); }
div.DivClassName
{
background-color: #170F0E;
}
.BgClassName
{
background-color: #170F0E;
}
</style>
border-color css
<style>
span { border-color: #170F0E; }
span { border-color: rgb(23,15,14); }
td.TdClassName
{
border-color: #170F0E;
}
.TagClassName
{
border-color: #170F0E;
}
</style>