Shades of Seal Brown #1C100F
Tints of Seal Brown #1C100F
RGB
CMYK
RGB Variations
Color information
#1C100F (or 0x1C100F) is known color: Seal Brown. HEX triplet: 1C, 10 and 0F. RGB value is (28,16,15). Sum of RGB (Red+Green+Blue) = 28+16+15=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C100F is #E3EFF0. Grayscale: #131313. Windows color (decimal): -14938097 or 987164. OLE color: 987164.
HSL color Cylindrical-coordinate representation of color #1C100F: hue angle of 4.62º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C100F is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 16 | 15 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.89 |
| HSL | 4.62º | 0.3% | 0.08% | - |
| HSV(B) | 4.62º | 0.46% | 0.11% | - |
| XYZ | 0.75 | 0.65 | 0.54 | - |
| YUV | 19.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 15 | 0 | 0.43 | 0.46 | 0.89 | 4.62 | 0.3 | 0.08 |
| Hex | 1C | 10 | F | 0 | 2B | 2E | 59 | 5 | 1E | 8 |
| Octal | 34 | 20 | 17 | 0 | 53 | 56 | 131 | 5 | 36 | 10 |
| Binary | 11100 | 10000 | 1111 | 0 | 101011 | 101110 | 1011001 | 101 | 11110 | 1000 |
Color Harmonies of #1C100F
Complementary color
Monochromatic Colors of #1C100F
Black with #1C100F
Text Example
Text Example
White with #1C100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C100F; }
p { color: rgb(28,16,15); }
H1.HeaderClassName
{
color: #1C100F;
}
.AnyTagClassName
{
color: #1C100F;
}
</style>
background-color css
<style>
a { background-color: #1C100F; }
a { background-color: rgb(28,16,15); }
div.DivClassName
{
background-color: #1C100F;
}
.BgClassName
{
background-color: #1C100F;
}
</style>
border-color css
<style>
span { border-color: #1C100F; }
span { border-color: rgb(28,16,15); }
td.TdClassName
{
border-color: #1C100F;
}
.TagClassName
{
border-color: #1C100F;
}
</style>