Shades of Seal Brown #1C0805
Tints of Seal Brown #1C0805
RGB
CMYK
RGB Variations
Color information
#1C0805 (or 0x1C0805) is known color: Seal Brown. HEX triplet: 1C, 08 and 05. RGB value is (28,8,5). Sum of RGB (Red+Green+Blue) = 28+8+5=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0805 is #E3F7FA. Grayscale: #0D0D0D. Windows color (decimal): -14940155 or 329756. OLE color: 329756.
HSL color Cylindrical-coordinate representation of color #1C0805: hue angle of 7.83º 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 #1C0805 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 8 | 5 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.89 |
| HSL | 7.83º | 0.7% | 0.06% | - |
| HSV(B) | 7.83º | 0.82% | 0.11% | - |
| XYZ | 0.59 | 0.43 | 0.2 | - |
| YUV | 13.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 5 | 0 | 0.71 | 0.82 | 0.89 | 7.83 | 0.7 | 0.06 |
| Hex | 1C | 8 | 5 | 0 | 47 | 52 | 59 | 8 | 46 | 6 |
| Octal | 34 | 10 | 5 | 0 | 107 | 122 | 131 | 10 | 106 | 6 |
| Binary | 11100 | 1000 | 101 | 0 | 1000111 | 1010010 | 1011001 | 1000 | 1000110 | 110 |
Color Harmonies of #1C0805
Complementary color
Monochromatic Colors of #1C0805
Black with #1C0805
Text Example
Text Example
White with #1C0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0805; }
p { color: rgb(28,8,5); }
H1.HeaderClassName
{
color: #1C0805;
}
.AnyTagClassName
{
color: #1C0805;
}
</style>
background-color css
<style>
a { background-color: #1C0805; }
a { background-color: rgb(28,8,5); }
div.DivClassName
{
background-color: #1C0805;
}
.BgClassName
{
background-color: #1C0805;
}
</style>
border-color css
<style>
span { border-color: #1C0805; }
span { border-color: rgb(28,8,5); }
td.TdClassName
{
border-color: #1C0805;
}
.TagClassName
{
border-color: #1C0805;
}
</style>