Shades of Seal Brown #1C0B04
Tints of Seal Brown #1C0B04
RGB
CMYK
RGB Variations
Color information
#1C0B04 (or 0x1C0B04) is known color: Seal Brown. HEX triplet: 1C, 0B and 04. RGB value is (28,11,4). Sum of RGB (Red+Green+Blue) = 28+11+4=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B04 is #E3F4FB. Grayscale: #0F0F0F. Windows color (decimal): -14939388 or 264988. OLE color: 264988.
HSL color Cylindrical-coordinate representation of color #1C0B04: hue angle of 17.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C0B04 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 11 | 4 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.89 |
| HSL | 17.5º | 0.75% | 0.06% | - |
| HSV(B) | 17.5º | 0.86% | 0.11% | - |
| XYZ | 0.62 | 0.49 | 0.18 | - |
| YUV | 15.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 4 | 0 | 0.61 | 0.86 | 0.89 | 17.5 | 0.75 | 0.06 |
| Hex | 1C | B | 4 | 0 | 3D | 56 | 59 | 12 | 4B | 6 |
| Octal | 34 | 13 | 4 | 0 | 75 | 126 | 131 | 22 | 113 | 6 |
| Binary | 11100 | 1011 | 100 | 0 | 111101 | 1010110 | 1011001 | 10010 | 1001011 | 110 |
Color Harmonies of #1C0B04
Complementary color
Monochromatic Colors of #1C0B04
Black with #1C0B04
Text Example
Text Example
White with #1C0B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0B04; }
p { color: rgb(28,11,4); }
H1.HeaderClassName
{
color: #1C0B04;
}
.AnyTagClassName
{
color: #1C0B04;
}
</style>
background-color css
<style>
a { background-color: #1C0B04; }
a { background-color: rgb(28,11,4); }
div.DivClassName
{
background-color: #1C0B04;
}
.BgClassName
{
background-color: #1C0B04;
}
</style>
border-color css
<style>
span { border-color: #1C0B04; }
span { border-color: rgb(28,11,4); }
td.TdClassName
{
border-color: #1C0B04;
}
.TagClassName
{
border-color: #1C0B04;
}
</style>