Shades of Seal Brown #1D0A08
Tints of Seal Brown #1D0A08
RGB
CMYK
RGB Variations
Color information
#1D0A08 (or 0x1D0A08) is known color: Seal Brown. HEX triplet: 1D, 0A and 08. RGB value is (29,10,8). Sum of RGB (Red+Green+Blue) = 29+10+8=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A08 is #E2F5F7. Grayscale: #0F0F0F. Windows color (decimal): -14874104 or 526877. OLE color: 526877.
HSL color Cylindrical-coordinate representation of color #1D0A08: hue angle of 5.71º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D0A08 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 10 | 8 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.89 |
| HSL | 5.71º | 0.57% | 0.07% | - |
| HSV(B) | 5.71º | 0.72% | 0.11% | - |
| XYZ | 0.66 | 0.5 | 0.29 | - |
| YUV | 15.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 8 | 0 | 0.66 | 0.72 | 0.89 | 5.71 | 0.57 | 0.07 |
| Hex | 1D | A | 8 | 0 | 42 | 48 | 59 | 6 | 39 | 7 |
| Octal | 35 | 12 | 10 | 0 | 102 | 110 | 131 | 6 | 71 | 7 |
| Binary | 11101 | 1010 | 1000 | 0 | 1000010 | 1001000 | 1011001 | 110 | 111001 | 111 |
Color Harmonies of #1D0A08
Complementary color
Monochromatic Colors of #1D0A08
Black with #1D0A08
Text Example
Text Example
White with #1D0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A08; }
p { color: rgb(29,10,8); }
H1.HeaderClassName
{
color: #1D0A08;
}
.AnyTagClassName
{
color: #1D0A08;
}
</style>
background-color css
<style>
a { background-color: #1D0A08; }
a { background-color: rgb(29,10,8); }
div.DivClassName
{
background-color: #1D0A08;
}
.BgClassName
{
background-color: #1D0A08;
}
</style>
border-color css
<style>
span { border-color: #1D0A08; }
span { border-color: rgb(29,10,8); }
td.TdClassName
{
border-color: #1D0A08;
}
.TagClassName
{
border-color: #1D0A08;
}
</style>