Shades of Seal Brown #270909
Tints of Seal Brown #270909
RGB
CMYK
RGB Variations
Color information
#270909 (or 0x270909) is known color: Seal Brown. HEX triplet: 27, 09 and 09. RGB value is (39,9,9). Sum of RGB (Red+Green+Blue) = 39+9+9=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #270909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270909 is #D8F6F6. Grayscale: #111111. Windows color (decimal): -14218999 or 592167. OLE color: 592167.
HSL color Cylindrical-coordinate representation of color #270909: hue angle of 0º 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 #270909 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 9 | 9 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.85 |
| HSL | 0º | 0.63% | 0.09% | - |
| HSV(B) | 0º | 0.77% | 0.15% | - |
| XYZ | 0.98 | 0.65 | 0.33 | - |
| YUV | 17.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 9 | 0 | 0.77 | 0.77 | 0.85 | 0 | 0.63 | 0.09 |
| Hex | 27 | 9 | 9 | 0 | 4D | 4D | 55 | 0 | 3E | 9 |
| Octal | 47 | 11 | 11 | 0 | 115 | 115 | 125 | 0 | 76 | 11 |
| Binary | 100111 | 1001 | 1001 | 0 | 1001101 | 1001101 | 1010101 | 0 | 111110 | 1001 |
Color Harmonies of #270909
Complementary color
Monochromatic Colors of #270909
Black with #270909
Text Example
Text Example
White with #270909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270909; }
p { color: rgb(39,9,9); }
H1.HeaderClassName
{
color: #270909;
}
.AnyTagClassName
{
color: #270909;
}
</style>
background-color css
<style>
a { background-color: #270909; }
a { background-color: rgb(39,9,9); }
div.DivClassName
{
background-color: #270909;
}
.BgClassName
{
background-color: #270909;
}
</style>
border-color css
<style>
span { border-color: #270909; }
span { border-color: rgb(39,9,9); }
td.TdClassName
{
border-color: #270909;
}
.TagClassName
{
border-color: #270909;
}
</style>