Shades of Seal Brown #1C1010
Tints of Seal Brown #1C1010
RGB
CMYK
RGB Variations
Color information
#1C1010 (or 0x1C1010) is known color: Seal Brown. HEX triplet: 1C, 10 and 10. RGB value is (28,16,16). Sum of RGB (Red+Green+Blue) = 28+16+16=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1010 is #E3EFEF. Grayscale: #131313. Windows color (decimal): -14938096 or 1052700. OLE color: 1052700.
HSL color Cylindrical-coordinate representation of color #1C1010: hue angle of 0º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C1010 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 16 | 16 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.89 |
| HSL | 0º | 0.27% | 0.09% | - |
| HSV(B) | 0º | 0.43% | 0.11% | - |
| XYZ | 0.76 | 0.65 | 0.58 | - |
| YUV | 19.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 16 | 0 | 0.43 | 0.43 | 0.89 | 0 | 0.27 | 0.09 |
| Hex | 1C | 10 | 10 | 0 | 2B | 2B | 59 | 0 | 1B | 9 |
| Octal | 34 | 20 | 20 | 0 | 53 | 53 | 131 | 0 | 33 | 11 |
| Binary | 11100 | 10000 | 10000 | 0 | 101011 | 101011 | 1011001 | 0 | 11011 | 1001 |
Color Harmonies of #1C1010
Complementary color
Monochromatic Colors of #1C1010
Black with #1C1010
Text Example
Text Example
White with #1C1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1010; }
p { color: rgb(28,16,16); }
H1.HeaderClassName
{
color: #1C1010;
}
.AnyTagClassName
{
color: #1C1010;
}
</style>
background-color css
<style>
a { background-color: #1C1010; }
a { background-color: rgb(28,16,16); }
div.DivClassName
{
background-color: #1C1010;
}
.BgClassName
{
background-color: #1C1010;
}
</style>
border-color css
<style>
span { border-color: #1C1010; }
span { border-color: rgb(28,16,16); }
td.TdClassName
{
border-color: #1C1010;
}
.TagClassName
{
border-color: #1C1010;
}
</style>