Shades of Seal Brown #1D0C09
Tints of Seal Brown #1D0C09
RGB
CMYK
RGB Variations
Color information
#1D0C09 (or 0x1D0C09) is known color: Seal Brown. HEX triplet: 1D, 0C and 09. RGB value is (29,12,9). Sum of RGB (Red+Green+Blue) = 29+12+9=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0C09 is #E2F3F6. Grayscale: #101010. Windows color (decimal): -14873591 or 592925. OLE color: 592925.
HSL color Cylindrical-coordinate representation of color #1D0C09: hue angle of 9º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D0C09 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 12 | 9 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.89 |
| HSL | 9º | 0.53% | 0.07% | - |
| HSV(B) | 9º | 0.69% | 0.11% | - |
| XYZ | 0.69 | 0.54 | 0.33 | - |
| YUV | 16.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 12 | 9 | 0 | 0.59 | 0.69 | 0.89 | 9 | 0.53 | 0.07 |
| Hex | 1D | C | 9 | 0 | 3B | 45 | 59 | 9 | 35 | 7 |
| Octal | 35 | 14 | 11 | 0 | 73 | 105 | 131 | 11 | 65 | 7 |
| Binary | 11101 | 1100 | 1001 | 0 | 111011 | 1000101 | 1011001 | 1001 | 110101 | 111 |
Color Harmonies of #1D0C09
Complementary color
Monochromatic Colors of #1D0C09
Black with #1D0C09
Text Example
Text Example
White with #1D0C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0C09; }
p { color: rgb(29,12,9); }
H1.HeaderClassName
{
color: #1D0C09;
}
.AnyTagClassName
{
color: #1D0C09;
}
</style>
background-color css
<style>
a { background-color: #1D0C09; }
a { background-color: rgb(29,12,9); }
div.DivClassName
{
background-color: #1D0C09;
}
.BgClassName
{
background-color: #1D0C09;
}
</style>
border-color css
<style>
span { border-color: #1D0C09; }
span { border-color: rgb(29,12,9); }
td.TdClassName
{
border-color: #1D0C09;
}
.TagClassName
{
border-color: #1D0C09;
}
</style>