Shades of Seal Brown #1C0B05
Tints of Seal Brown #1C0B05
RGB
CMYK
RGB Variations
Color information
#1C0B05 (or 0x1C0B05) is known color: Seal Brown. HEX triplet: 1C, 0B and 05. RGB value is (28,11,5). Sum of RGB (Red+Green+Blue) = 28+11+5=44 (5% of max value = 765). Red value is 28 (11.33% from 255 or 63.64% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B05 is #E3F4FA. Grayscale: #0F0F0F. Windows color (decimal): -14939387 or 330524. OLE color: 330524.
HSL color Cylindrical-coordinate representation of color #1C0B05: hue angle of 15.65º 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 #1C0B05 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 11 | 5 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.89 |
| HSL | 15.65º | 0.7% | 0.06% | - |
| HSV(B) | 15.65º | 0.82% | 0.11% | - |
| XYZ | 0.63 | 0.5 | 0.21 | - |
| YUV | 15.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 5 | 0 | 0.61 | 0.82 | 0.89 | 15.65 | 0.7 | 0.06 |
| Hex | 1C | B | 5 | 0 | 3D | 52 | 59 | 10 | 46 | 6 |
| Octal | 34 | 13 | 5 | 0 | 75 | 122 | 131 | 20 | 106 | 6 |
| Binary | 11100 | 1011 | 101 | 0 | 111101 | 1010010 | 1011001 | 10000 | 1000110 | 110 |
Color Harmonies of #1C0B05
Complementary color
Monochromatic Colors of #1C0B05
Black with #1C0B05
Text Example
Text Example
White with #1C0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0B05; }
p { color: rgb(28,11,5); }
H1.HeaderClassName
{
color: #1C0B05;
}
.AnyTagClassName
{
color: #1C0B05;
}
</style>
background-color css
<style>
a { background-color: #1C0B05; }
a { background-color: rgb(28,11,5); }
div.DivClassName
{
background-color: #1C0B05;
}
.BgClassName
{
background-color: #1C0B05;
}
</style>
border-color css
<style>
span { border-color: #1C0B05; }
span { border-color: rgb(28,11,5); }
td.TdClassName
{
border-color: #1C0B05;
}
.TagClassName
{
border-color: #1C0B05;
}
</style>