Shades of Seal Brown #1C0A05
Tints of Seal Brown #1C0A05
RGB
CMYK
RGB Variations
Color information
#1C0A05 (or 0x1C0A05) is known color: Seal Brown. HEX triplet: 1C, 0A and 05. RGB value is (28,10,5). Sum of RGB (Red+Green+Blue) = 28+10+5=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A05 is #E3F5FA. Grayscale: #0E0E0E. Windows color (decimal): -14939643 or 330268. OLE color: 330268.
HSL color Cylindrical-coordinate representation of color #1C0A05: hue angle of 13.04º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C0A05 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 10 | 5 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.89 |
| HSL | 13.04º | 0.7% | 0.06% | - |
| HSV(B) | 13.04º | 0.82% | 0.11% | - |
| XYZ | 0.61 | 0.47 | 0.2 | - |
| YUV | 14.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 5 | 0 | 0.64 | 0.82 | 0.89 | 13.04 | 0.7 | 0.06 |
| Hex | 1C | A | 5 | 0 | 40 | 52 | 59 | D | 46 | 6 |
| Octal | 34 | 12 | 5 | 0 | 100 | 122 | 131 | 15 | 106 | 6 |
| Binary | 11100 | 1010 | 101 | 0 | 1000000 | 1010010 | 1011001 | 1101 | 1000110 | 110 |
Color Harmonies of #1C0A05
Complementary color
Monochromatic Colors of #1C0A05
Black with #1C0A05
Text Example
Text Example
White with #1C0A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A05; }
p { color: rgb(28,10,5); }
H1.HeaderClassName
{
color: #1C0A05;
}
.AnyTagClassName
{
color: #1C0A05;
}
</style>
background-color css
<style>
a { background-color: #1C0A05; }
a { background-color: rgb(28,10,5); }
div.DivClassName
{
background-color: #1C0A05;
}
.BgClassName
{
background-color: #1C0A05;
}
</style>
border-color css
<style>
span { border-color: #1C0A05; }
span { border-color: rgb(28,10,5); }
td.TdClassName
{
border-color: #1C0A05;
}
.TagClassName
{
border-color: #1C0A05;
}
</style>