Shades of Seal Brown #1C0807
Tints of Seal Brown #1C0807
RGB
CMYK
RGB Variations
Color information
#1C0807 (or 0x1C0807) is known color: Seal Brown. HEX triplet: 1C, 08 and 07. RGB value is (28,8,7). Sum of RGB (Red+Green+Blue) = 28+8+7=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0807 is #E3F7F8. Grayscale: #0D0D0D. Windows color (decimal): -14940153 or 460828. OLE color: 460828.
HSL color Cylindrical-coordinate representation of color #1C0807: hue angle of 2.86º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C0807 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 8 | 7 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.89 |
| HSL | 2.86º | 0.6% | 0.07% | - |
| HSV(B) | 2.86º | 0.75% | 0.11% | - |
| XYZ | 0.6 | 0.44 | 0.25 | - |
| YUV | 13.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 7 | 0 | 0.71 | 0.75 | 0.89 | 2.86 | 0.6 | 0.07 |
| Hex | 1C | 8 | 7 | 0 | 47 | 4B | 59 | 3 | 3C | 7 |
| Octal | 34 | 10 | 7 | 0 | 107 | 113 | 131 | 3 | 74 | 7 |
| Binary | 11100 | 1000 | 111 | 0 | 1000111 | 1001011 | 1011001 | 11 | 111100 | 111 |
Color Harmonies of #1C0807
Complementary color
Monochromatic Colors of #1C0807
Black with #1C0807
Text Example
Text Example
White with #1C0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0807; }
p { color: rgb(28,8,7); }
H1.HeaderClassName
{
color: #1C0807;
}
.AnyTagClassName
{
color: #1C0807;
}
</style>
background-color css
<style>
a { background-color: #1C0807; }
a { background-color: rgb(28,8,7); }
div.DivClassName
{
background-color: #1C0807;
}
.BgClassName
{
background-color: #1C0807;
}
</style>
border-color css
<style>
span { border-color: #1C0807; }
span { border-color: rgb(28,8,7); }
td.TdClassName
{
border-color: #1C0807;
}
.TagClassName
{
border-color: #1C0807;
}
</style>