Shades of Seal Brown #1C0B03
Tints of Seal Brown #1C0B03
RGB
CMYK
RGB Variations
Color information
#1C0B03 (or 0x1C0B03) is known color: Seal Brown. HEX triplet: 1C, 0B and 03. RGB value is (28,11,3). Sum of RGB (Red+Green+Blue) = 28+11+3=42 (5% of max value = 765). Red value is 28 (11.33% from 255 or 66.67% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B03 is #E3F4FC. Grayscale: #0F0F0F. Windows color (decimal): -14939389 or 199452. OLE color: 199452.
HSL color Cylindrical-coordinate representation of color #1C0B03: hue angle of 19.2º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C0B03 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 11 | 3 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.89 |
| HSL | 19.2º | 0.81% | 0.06% | - |
| HSV(B) | 19.2º | 0.89% | 0.11% | - |
| XYZ | 0.61 | 0.49 | 0.15 | - |
| YUV | 15.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 3 | 0 | 0.61 | 0.89 | 0.89 | 19.2 | 0.81 | 0.06 |
| Hex | 1C | B | 3 | 0 | 3D | 59 | 59 | 13 | 51 | 6 |
| Octal | 34 | 13 | 3 | 0 | 75 | 131 | 131 | 23 | 121 | 6 |
| Binary | 11100 | 1011 | 11 | 0 | 111101 | 1011001 | 1011001 | 10011 | 1010001 | 110 |
Color Harmonies of #1C0B03
Complementary color
Monochromatic Colors of #1C0B03
Black with #1C0B03
Text Example
Text Example
White with #1C0B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0B03; }
p { color: rgb(28,11,3); }
H1.HeaderClassName
{
color: #1C0B03;
}
.AnyTagClassName
{
color: #1C0B03;
}
</style>
background-color css
<style>
a { background-color: #1C0B03; }
a { background-color: rgb(28,11,3); }
div.DivClassName
{
background-color: #1C0B03;
}
.BgClassName
{
background-color: #1C0B03;
}
</style>
border-color css
<style>
span { border-color: #1C0B03; }
span { border-color: rgb(28,11,3); }
td.TdClassName
{
border-color: #1C0B03;
}
.TagClassName
{
border-color: #1C0B03;
}
</style>