Shades of Seal Brown #1B0F0C
Tints of Seal Brown #1B0F0C
RGB
CMYK
RGB Variations
Color information
#1B0F0C (or 0x1B0F0C) is known color: Seal Brown. HEX triplet: 1B, 0F and 0C. RGB value is (27,15,12). Sum of RGB (Red+Green+Blue) = 27+15+12=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F0C is #E4F0F3. Grayscale: #121212. Windows color (decimal): -15003892 or 790299. OLE color: 790299.
HSL color Cylindrical-coordinate representation of color #1B0F0C: hue angle of 12º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B0F0C is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 15 | 12 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.89 |
| HSL | 12º | 0.38% | 0.08% | - |
| HSV(B) | 12º | 0.56% | 0.11% | - |
| XYZ | 0.69 | 0.6 | 0.43 | - |
| YUV | 18.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 12 | 0 | 0.44 | 0.56 | 0.89 | 12 | 0.38 | 0.08 |
| Hex | 1B | F | C | 0 | 2C | 38 | 59 | C | 26 | 8 |
| Octal | 33 | 17 | 14 | 0 | 54 | 70 | 131 | 14 | 46 | 10 |
| Binary | 11011 | 1111 | 1100 | 0 | 101100 | 111000 | 1011001 | 1100 | 100110 | 1000 |
Color Harmonies of #1B0F0C
Complementary color
Monochromatic Colors of #1B0F0C
Black with #1B0F0C
Text Example
Text Example
White with #1B0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0F0C; }
p { color: rgb(27,15,12); }
H1.HeaderClassName
{
color: #1B0F0C;
}
.AnyTagClassName
{
color: #1B0F0C;
}
</style>
background-color css
<style>
a { background-color: #1B0F0C; }
a { background-color: rgb(27,15,12); }
div.DivClassName
{
background-color: #1B0F0C;
}
.BgClassName
{
background-color: #1B0F0C;
}
</style>
border-color css
<style>
span { border-color: #1B0F0C; }
span { border-color: rgb(27,15,12); }
td.TdClassName
{
border-color: #1B0F0C;
}
.TagClassName
{
border-color: #1B0F0C;
}
</style>