Shades of Seal Brown #1D0C01
Tints of Seal Brown #1D0C01
RGB
CMYK
RGB Variations
Color information
#1D0C01 (or 0x1D0C01) is known color: Seal Brown. HEX triplet: 1D, 0C and 01. RGB value is (29,12,1). Sum of RGB (Red+Green+Blue) = 29+12+1=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0C01 is #E2F3FE. Grayscale: #0F0F0F. Windows color (decimal): -14873599 or 68637. OLE color: 68637.
HSL color Cylindrical-coordinate representation of color #1D0C01: hue angle of 23.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0C01 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 12 | 1 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.89 |
| HSL | 23.57º | 0.93% | 0.06% | - |
| HSV(B) | 23.57º | 0.97% | 0.11% | - |
| XYZ | 0.64 | 0.53 | 0.1 | - |
| YUV | 15.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 12 | 1 | 0 | 0.59 | 0.97 | 0.89 | 23.57 | 0.93 | 0.06 |
| Hex | 1D | C | 1 | 0 | 3B | 61 | 59 | 18 | 5D | 6 |
| Octal | 35 | 14 | 1 | 0 | 73 | 141 | 131 | 30 | 135 | 6 |
| Binary | 11101 | 1100 | 1 | 0 | 111011 | 1100001 | 1011001 | 11000 | 1011101 | 110 |
Color Harmonies of #1D0C01
Complementary color
Monochromatic Colors of #1D0C01
Black with #1D0C01
Text Example
Text Example
White with #1D0C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0C01; }
p { color: rgb(29,12,1); }
H1.HeaderClassName
{
color: #1D0C01;
}
.AnyTagClassName
{
color: #1D0C01;
}
</style>
background-color css
<style>
a { background-color: #1D0C01; }
a { background-color: rgb(29,12,1); }
div.DivClassName
{
background-color: #1D0C01;
}
.BgClassName
{
background-color: #1D0C01;
}
</style>
border-color css
<style>
span { border-color: #1D0C01; }
span { border-color: rgb(29,12,1); }
td.TdClassName
{
border-color: #1D0C01;
}
.TagClassName
{
border-color: #1D0C01;
}
</style>