Shades of Seal Brown #170E0E
Tints of Seal Brown #170E0E
RGB
CMYK
RGB Variations
Color information
#170E0E (or 0x170E0E) is known color: Seal Brown. HEX triplet: 17, 0E and 0E. RGB value is (23,14,14). Sum of RGB (Red+Green+Blue) = 23+14+14=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 23 - color contains mainly: red. Hex color #170E0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E0E is #E8F1F1. Grayscale: #101010. Windows color (decimal): -15266290 or 921111. OLE color: 921111.
HSL color Cylindrical-coordinate representation of color #170E0E: hue angle of 0º 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 #170E0E is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 14 | 14 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.91 |
| HSL | 0º | 0.24% | 0.07% | - |
| HSV(B) | 0º | 0.39% | 0.09% | - |
| XYZ | 0.59 | 0.53 | 0.49 | - |
| YUV | 16.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 14 | 0 | 0.39 | 0.39 | 0.91 | 0 | 0.24 | 0.07 |
| Hex | 17 | E | E | 0 | 27 | 27 | 5B | 0 | 18 | 7 |
| Octal | 27 | 16 | 16 | 0 | 47 | 47 | 133 | 0 | 30 | 7 |
| Binary | 10111 | 1110 | 1110 | 0 | 100111 | 100111 | 1011011 | 0 | 11000 | 111 |
Color Harmonies of #170E0E
Complementary color
Monochromatic Colors of #170E0E
Black with #170E0E
Text Example
Text Example
White with #170E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E0E; }
p { color: rgb(23,14,14); }
H1.HeaderClassName
{
color: #170E0E;
}
.AnyTagClassName
{
color: #170E0E;
}
</style>
background-color css
<style>
a { background-color: #170E0E; }
a { background-color: rgb(23,14,14); }
div.DivClassName
{
background-color: #170E0E;
}
.BgClassName
{
background-color: #170E0E;
}
</style>
border-color css
<style>
span { border-color: #170E0E; }
span { border-color: rgb(23,14,14); }
td.TdClassName
{
border-color: #170E0E;
}
.TagClassName
{
border-color: #170E0E;
}
</style>