Shades of Seal Brown #1B0B06
Tints of Seal Brown #1B0B06
RGB
CMYK
RGB Variations
Color information
#1B0B06 (or 0x1B0B06) is known color: Seal Brown. HEX triplet: 1B, 0B and 06. RGB value is (27,11,6). Sum of RGB (Red+Green+Blue) = 27+11+6=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0B06 is #E4F4F9. Grayscale: #0F0F0F. Windows color (decimal): -15004922 or 396059. OLE color: 396059.
HSL color Cylindrical-coordinate representation of color #1B0B06: hue angle of 14.29º 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 #1B0B06 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 11 | 6 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.89 |
| HSL | 14.29º | 0.64% | 0.06% | - |
| HSV(B) | 14.29º | 0.78% | 0.11% | - |
| XYZ | 0.6 | 0.49 | 0.23 | - |
| YUV | 15.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 6 | 0 | 0.59 | 0.78 | 0.89 | 14.29 | 0.64 | 0.06 |
| Hex | 1B | B | 6 | 0 | 3B | 4E | 59 | E | 40 | 6 |
| Octal | 33 | 13 | 6 | 0 | 73 | 116 | 131 | 16 | 100 | 6 |
| Binary | 11011 | 1011 | 110 | 0 | 111011 | 1001110 | 1011001 | 1110 | 1000000 | 110 |
Color Harmonies of #1B0B06
Complementary color
Monochromatic Colors of #1B0B06
Black with #1B0B06
Text Example
Text Example
White with #1B0B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B06; }
p { color: rgb(27,11,6); }
H1.HeaderClassName
{
color: #1B0B06;
}
.AnyTagClassName
{
color: #1B0B06;
}
</style>
background-color css
<style>
a { background-color: #1B0B06; }
a { background-color: rgb(27,11,6); }
div.DivClassName
{
background-color: #1B0B06;
}
.BgClassName
{
background-color: #1B0B06;
}
</style>
border-color css
<style>
span { border-color: #1B0B06; }
span { border-color: rgb(27,11,6); }
td.TdClassName
{
border-color: #1B0B06;
}
.TagClassName
{
border-color: #1B0B06;
}
</style>