Shades of Seal Brown #270F09
Tints of Seal Brown #270F09
RGB
CMYK
RGB Variations
Color information
#270F09 (or 0x270F09) is known color: Seal Brown. HEX triplet: 27, 0F and 09. RGB value is (39,15,9). Sum of RGB (Red+Green+Blue) = 39+15+9=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F09 is #D8F0F6. Grayscale: #151515. Windows color (decimal): -14217463 or 593703. OLE color: 593703.
HSL color Cylindrical-coordinate representation of color #270F09: hue angle of 12º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #270F09 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 15 | 9 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.85 |
| HSL | 12º | 0.63% | 0.09% | - |
| HSV(B) | 12º | 0.77% | 0.15% | - |
| XYZ | 1.06 | 0.79 | 0.36 | - |
| YUV | 21.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 9 | 0 | 0.62 | 0.77 | 0.85 | 12 | 0.63 | 0.09 |
| Hex | 27 | F | 9 | 0 | 3E | 4D | 55 | C | 3E | 9 |
| Octal | 47 | 17 | 11 | 0 | 76 | 115 | 125 | 14 | 76 | 11 |
| Binary | 100111 | 1111 | 1001 | 0 | 111110 | 1001101 | 1010101 | 1100 | 111110 | 1001 |
Color Harmonies of #270F09
Complementary color
Monochromatic Colors of #270F09
Black with #270F09
Text Example
Text Example
White with #270F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F09; }
p { color: rgb(39,15,9); }
H1.HeaderClassName
{
color: #270F09;
}
.AnyTagClassName
{
color: #270F09;
}
</style>
background-color css
<style>
a { background-color: #270F09; }
a { background-color: rgb(39,15,9); }
div.DivClassName
{
background-color: #270F09;
}
.BgClassName
{
background-color: #270F09;
}
</style>
border-color css
<style>
span { border-color: #270F09; }
span { border-color: rgb(39,15,9); }
td.TdClassName
{
border-color: #270F09;
}
.TagClassName
{
border-color: #270F09;
}
</style>