Shades of Seal Brown #1B0C06
Tints of Seal Brown #1B0C06
RGB
CMYK
RGB Variations
Color information
#1B0C06 (or 0x1B0C06) is known color: Seal Brown. HEX triplet: 1B, 0C and 06. RGB value is (27,12,6). Sum of RGB (Red+Green+Blue) = 27+12+6=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0C06 is #E4F3F9. Grayscale: #0F0F0F. Windows color (decimal): -15004666 or 396315. OLE color: 396315.
HSL color Cylindrical-coordinate representation of color #1B0C06: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B0C06 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 12 | 6 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.89 |
| HSL | 17.14º | 0.64% | 0.06% | - |
| HSV(B) | 17.14º | 0.78% | 0.11% | - |
| XYZ | 0.62 | 0.51 | 0.24 | - |
| YUV | 15.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 6 | 0 | 0.56 | 0.78 | 0.89 | 17.14 | 0.64 | 0.06 |
| Hex | 1B | C | 6 | 0 | 38 | 4E | 59 | 11 | 40 | 6 |
| Octal | 33 | 14 | 6 | 0 | 70 | 116 | 131 | 21 | 100 | 6 |
| Binary | 11011 | 1100 | 110 | 0 | 111000 | 1001110 | 1011001 | 10001 | 1000000 | 110 |
Color Harmonies of #1B0C06
Complementary color
Monochromatic Colors of #1B0C06
Black with #1B0C06
Text Example
Text Example
White with #1B0C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0C06; }
p { color: rgb(27,12,6); }
H1.HeaderClassName
{
color: #1B0C06;
}
.AnyTagClassName
{
color: #1B0C06;
}
</style>
background-color css
<style>
a { background-color: #1B0C06; }
a { background-color: rgb(27,12,6); }
div.DivClassName
{
background-color: #1B0C06;
}
.BgClassName
{
background-color: #1B0C06;
}
</style>
border-color css
<style>
span { border-color: #1B0C06; }
span { border-color: rgb(27,12,6); }
td.TdClassName
{
border-color: #1B0C06;
}
.TagClassName
{
border-color: #1B0C06;
}
</style>