Shades of Seal Brown #1C0F08
Tints of Seal Brown #1C0F08
RGB
CMYK
RGB Variations
Color information
#1C0F08 (or 0x1C0F08) is known color: Seal Brown. HEX triplet: 1C, 0F and 08. RGB value is (28,15,8). Sum of RGB (Red+Green+Blue) = 28+15+8=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F08 is #E3F0F7. Grayscale: #121212. Windows color (decimal): -14938360 or 528156. OLE color: 528156.
HSL color Cylindrical-coordinate representation of color #1C0F08: hue angle of 21º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C0F08 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 15 | 8 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.89 |
| HSL | 21º | 0.56% | 0.07% | - |
| HSV(B) | 21º | 0.71% | 0.11% | - |
| XYZ | 0.69 | 0.61 | 0.31 | - |
| YUV | 18.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 8 | 0 | 0.46 | 0.71 | 0.89 | 21 | 0.56 | 0.07 |
| Hex | 1C | F | 8 | 0 | 2E | 47 | 59 | 15 | 38 | 7 |
| Octal | 34 | 17 | 10 | 0 | 56 | 107 | 131 | 25 | 70 | 7 |
| Binary | 11100 | 1111 | 1000 | 0 | 101110 | 1000111 | 1011001 | 10101 | 111000 | 111 |
Color Harmonies of #1C0F08
Complementary color
Monochromatic Colors of #1C0F08
Black with #1C0F08
Text Example
Text Example
White with #1C0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0F08; }
p { color: rgb(28,15,8); }
H1.HeaderClassName
{
color: #1C0F08;
}
.AnyTagClassName
{
color: #1C0F08;
}
</style>
background-color css
<style>
a { background-color: #1C0F08; }
a { background-color: rgb(28,15,8); }
div.DivClassName
{
background-color: #1C0F08;
}
.BgClassName
{
background-color: #1C0F08;
}
</style>
border-color css
<style>
span { border-color: #1C0F08; }
span { border-color: rgb(28,15,8); }
td.TdClassName
{
border-color: #1C0F08;
}
.TagClassName
{
border-color: #1C0F08;
}
</style>