Shades of Seal Brown #18100F
Tints of Seal Brown #18100F
RGB
CMYK
RGB Variations
Color information
#18100F (or 0x18100F) is known color: Seal Brown. HEX triplet: 18, 10 and 0F. RGB value is (24,16,15). Sum of RGB (Red+Green+Blue) = 24+16+15=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #18100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18100F is #E7EFF0. Grayscale: #121212. Windows color (decimal): -15200241 or 987160. OLE color: 987160.
HSL color Cylindrical-coordinate representation of color #18100F: hue angle of 6.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #18100F is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 16 | 15 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.91 |
| HSL | 6.67º | 0.23% | 0.08% | - |
| HSV(B) | 6.67º | 0.38% | 0.09% | - |
| XYZ | 0.65 | 0.6 | 0.53 | - |
| YUV | 18.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 15 | 0 | 0.33 | 0.37 | 0.91 | 6.67 | 0.23 | 0.08 |
| Hex | 18 | 10 | F | 0 | 21 | 25 | 5B | 7 | 17 | 8 |
| Octal | 30 | 20 | 17 | 0 | 41 | 45 | 133 | 7 | 27 | 10 |
| Binary | 11000 | 10000 | 1111 | 0 | 100001 | 100101 | 1011011 | 111 | 10111 | 1000 |
Color Harmonies of #18100F
Complementary color
Monochromatic Colors of #18100F
Black with #18100F
Text Example
Text Example
White with #18100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18100F; }
p { color: rgb(24,16,15); }
H1.HeaderClassName
{
color: #18100F;
}
.AnyTagClassName
{
color: #18100F;
}
</style>
background-color css
<style>
a { background-color: #18100F; }
a { background-color: rgb(24,16,15); }
div.DivClassName
{
background-color: #18100F;
}
.BgClassName
{
background-color: #18100F;
}
</style>
border-color css
<style>
span { border-color: #18100F; }
span { border-color: rgb(24,16,15); }
td.TdClassName
{
border-color: #18100F;
}
.TagClassName
{
border-color: #18100F;
}
</style>