Shades of Seal Brown #1D0B06
Tints of Seal Brown #1D0B06
RGB
CMYK
RGB Variations
Color information
#1D0B06 (or 0x1D0B06) is known color: Seal Brown. HEX triplet: 1D, 0B and 06. RGB value is (29,11,6). Sum of RGB (Red+Green+Blue) = 29+11+6=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B06 is #E2F4F9. Grayscale: #0F0F0F. Windows color (decimal): -14873850 or 396061. OLE color: 396061.
HSL color Cylindrical-coordinate representation of color #1D0B06: hue angle of 13.04º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D0B06 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 11 | 6 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.89 |
| HSL | 13.04º | 0.66% | 0.07% | - |
| HSV(B) | 13.04º | 0.79% | 0.11% | - |
| XYZ | 0.66 | 0.51 | 0.24 | - |
| YUV | 15.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 6 | 0 | 0.62 | 0.79 | 0.89 | 13.04 | 0.66 | 0.07 |
| Hex | 1D | B | 6 | 0 | 3E | 4F | 59 | D | 42 | 7 |
| Octal | 35 | 13 | 6 | 0 | 76 | 117 | 131 | 15 | 102 | 7 |
| Binary | 11101 | 1011 | 110 | 0 | 111110 | 1001111 | 1011001 | 1101 | 1000010 | 111 |
Color Harmonies of #1D0B06
Complementary color
Monochromatic Colors of #1D0B06
Black with #1D0B06
Text Example
Text Example
White with #1D0B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B06; }
p { color: rgb(29,11,6); }
H1.HeaderClassName
{
color: #1D0B06;
}
.AnyTagClassName
{
color: #1D0B06;
}
</style>
background-color css
<style>
a { background-color: #1D0B06; }
a { background-color: rgb(29,11,6); }
div.DivClassName
{
background-color: #1D0B06;
}
.BgClassName
{
background-color: #1D0B06;
}
</style>
border-color css
<style>
span { border-color: #1D0B06; }
span { border-color: rgb(29,11,6); }
td.TdClassName
{
border-color: #1D0B06;
}
.TagClassName
{
border-color: #1D0B06;
}
</style>