Shades of Seal Brown #1B0D09
Tints of Seal Brown #1B0D09
RGB
CMYK
RGB Variations
Color information
#1B0D09 (or 0x1B0D09) is known color: Seal Brown. HEX triplet: 1B, 0D and 09. RGB value is (27,13,9). Sum of RGB (Red+Green+Blue) = 27+13+9=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D09 is #E4F2F6. Grayscale: #101010. Windows color (decimal): -15004407 or 593179. OLE color: 593179.
HSL color Cylindrical-coordinate representation of color #1B0D09: hue angle of 13.33º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B0D09 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 13 | 9 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.89 |
| HSL | 13.33º | 0.5% | 0.07% | - |
| HSV(B) | 13.33º | 0.67% | 0.11% | - |
| XYZ | 0.65 | 0.54 | 0.33 | - |
| YUV | 16.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 13 | 9 | 0 | 0.52 | 0.67 | 0.89 | 13.33 | 0.5 | 0.07 |
| Hex | 1B | D | 9 | 0 | 34 | 43 | 59 | D | 32 | 7 |
| Octal | 33 | 15 | 11 | 0 | 64 | 103 | 131 | 15 | 62 | 7 |
| Binary | 11011 | 1101 | 1001 | 0 | 110100 | 1000011 | 1011001 | 1101 | 110010 | 111 |
Color Harmonies of #1B0D09
Complementary color
Monochromatic Colors of #1B0D09
Black with #1B0D09
Text Example
Text Example
White with #1B0D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0D09; }
p { color: rgb(27,13,9); }
H1.HeaderClassName
{
color: #1B0D09;
}
.AnyTagClassName
{
color: #1B0D09;
}
</style>
background-color css
<style>
a { background-color: #1B0D09; }
a { background-color: rgb(27,13,9); }
div.DivClassName
{
background-color: #1B0D09;
}
.BgClassName
{
background-color: #1B0D09;
}
</style>
border-color css
<style>
span { border-color: #1B0D09; }
span { border-color: rgb(27,13,9); }
td.TdClassName
{
border-color: #1B0D09;
}
.TagClassName
{
border-color: #1B0D09;
}
</style>