Shades of Seal Brown #1B0F0A
Tints of Seal Brown #1B0F0A
RGB
CMYK
RGB Variations
Color information
#1B0F0A (or 0x1B0F0A) is known color: Seal Brown. HEX triplet: 1B, 0F and 0A. RGB value is (27,15,10). Sum of RGB (Red+Green+Blue) = 27+15+10=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F0A is #E4F0F5. Grayscale: #121212. Windows color (decimal): -15003894 or 659227. OLE color: 659227.
HSL color Cylindrical-coordinate representation of color #1B0F0A: hue angle of 17.65º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0F0A is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 15 | 10 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.89 |
| HSL | 17.65º | 0.46% | 0.07% | - |
| HSV(B) | 17.65º | 0.63% | 0.11% | - |
| XYZ | 0.68 | 0.6 | 0.37 | - |
| YUV | 18.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 10 | 0 | 0.44 | 0.63 | 0.89 | 17.65 | 0.46 | 0.07 |
| Hex | 1B | F | A | 0 | 2C | 3F | 59 | 12 | 2E | 7 |
| Octal | 33 | 17 | 12 | 0 | 54 | 77 | 131 | 22 | 56 | 7 |
| Binary | 11011 | 1111 | 1010 | 0 | 101100 | 111111 | 1011001 | 10010 | 101110 | 111 |
Color Harmonies of #1B0F0A
Complementary color
Monochromatic Colors of #1B0F0A
Black with #1B0F0A
Text Example
Text Example
White with #1B0F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0F0A; }
p { color: rgb(27,15,10); }
H1.HeaderClassName
{
color: #1B0F0A;
}
.AnyTagClassName
{
color: #1B0F0A;
}
</style>
background-color css
<style>
a { background-color: #1B0F0A; }
a { background-color: rgb(27,15,10); }
div.DivClassName
{
background-color: #1B0F0A;
}
.BgClassName
{
background-color: #1B0F0A;
}
</style>
border-color css
<style>
span { border-color: #1B0F0A; }
span { border-color: rgb(27,15,10); }
td.TdClassName
{
border-color: #1B0F0A;
}
.TagClassName
{
border-color: #1B0F0A;
}
</style>