Shades of Seal Brown #1C110C
Tints of Seal Brown #1C110C
RGB
CMYK
RGB Variations
Color information
#1C110C (or 0x1C110C) is known color: Seal Brown. HEX triplet: 1C, 11 and 0C. RGB value is (28,17,12). Sum of RGB (Red+Green+Blue) = 28+17+12=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C110C is #E3EEF3. Grayscale: #131313. Windows color (decimal): -14937844 or 790812. OLE color: 790812.
HSL color Cylindrical-coordinate representation of color #1C110C: hue angle of 18.75º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C110C is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 17 | 12 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.89 |
| HSL | 18.75º | 0.4% | 0.08% | - |
| HSV(B) | 18.75º | 0.57% | 0.11% | - |
| XYZ | 0.75 | 0.67 | 0.44 | - |
| YUV | 19.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 12 | 0 | 0.39 | 0.57 | 0.89 | 18.75 | 0.4 | 0.08 |
| Hex | 1C | 11 | C | 0 | 27 | 39 | 59 | 13 | 28 | 8 |
| Octal | 34 | 21 | 14 | 0 | 47 | 71 | 131 | 23 | 50 | 10 |
| Binary | 11100 | 10001 | 1100 | 0 | 100111 | 111001 | 1011001 | 10011 | 101000 | 1000 |
Color Harmonies of #1C110C
Complementary color
Monochromatic Colors of #1C110C
Black with #1C110C
Text Example
Text Example
White with #1C110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C110C; }
p { color: rgb(28,17,12); }
H1.HeaderClassName
{
color: #1C110C;
}
.AnyTagClassName
{
color: #1C110C;
}
</style>
background-color css
<style>
a { background-color: #1C110C; }
a { background-color: rgb(28,17,12); }
div.DivClassName
{
background-color: #1C110C;
}
.BgClassName
{
background-color: #1C110C;
}
</style>
border-color css
<style>
span { border-color: #1C110C; }
span { border-color: rgb(28,17,12); }
td.TdClassName
{
border-color: #1C110C;
}
.TagClassName
{
border-color: #1C110C;
}
</style>