Shades of Seal Brown #18100D
Tints of Seal Brown #18100D
RGB
CMYK
RGB Variations
Color information
#18100D (or 0x18100D) is known color: Seal Brown. HEX triplet: 18, 10 and 0D. RGB value is (24,16,13). Sum of RGB (Red+Green+Blue) = 24+16+13=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #18100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18100D is #E7EFF2. Grayscale: #121212. Windows color (decimal): -15200243 or 856088. OLE color: 856088.
HSL color Cylindrical-coordinate representation of color #18100D: hue angle of 16.36º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #18100D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 16 | 13 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.91 |
| HSL | 16.36º | 0.3% | 0.07% | - |
| HSV(B) | 16.36º | 0.46% | 0.09% | - |
| XYZ | 0.63 | 0.59 | 0.46 | - |
| YUV | 18.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 13 | 0 | 0.33 | 0.46 | 0.91 | 16.36 | 0.3 | 0.07 |
| Hex | 18 | 10 | D | 0 | 21 | 2E | 5B | 10 | 1E | 7 |
| Octal | 30 | 20 | 15 | 0 | 41 | 56 | 133 | 20 | 36 | 7 |
| Binary | 11000 | 10000 | 1101 | 0 | 100001 | 101110 | 1011011 | 10000 | 11110 | 111 |
Color Harmonies of #18100D
Complementary color
Monochromatic Colors of #18100D
Black with #18100D
Text Example
Text Example
White with #18100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18100D; }
p { color: rgb(24,16,13); }
H1.HeaderClassName
{
color: #18100D;
}
.AnyTagClassName
{
color: #18100D;
}
</style>
background-color css
<style>
a { background-color: #18100D; }
a { background-color: rgb(24,16,13); }
div.DivClassName
{
background-color: #18100D;
}
.BgClassName
{
background-color: #18100D;
}
</style>
border-color css
<style>
span { border-color: #18100D; }
span { border-color: rgb(24,16,13); }
td.TdClassName
{
border-color: #18100D;
}
.TagClassName
{
border-color: #18100D;
}
</style>