Shades of Seal Brown #270900
Tints of Seal Brown #270900
RGB
CMYK
RGB Variations
Color information
#270900 (or 0x270900) is known color: Seal Brown. HEX triplet: 27, 09 and 00. RGB value is (39,9,0). Sum of RGB (Red+Green+Blue) = 39+9+0=48 (6% of max value = 765). Red value is 39 (15.62% from 255 or 81.25% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 39 - color contains mainly: red. Hex color #270900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270900 is #D8F6FF. Grayscale: #111111. Windows color (decimal): -14219008 or 2343. OLE color: 2343.
HSL color Cylindrical-coordinate representation of color #270900: hue angle of 13.85º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270900 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 9 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.85 |
| HSL | 13.85º | 1% | 0.08% | - |
| HSV(B) | 13.85º | 1% | 0.15% | - |
| XYZ | 0.93 | 0.63 | 0.07 | - |
| YUV | 16.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 0 | 0 | 0.77 | 1 | 0.85 | 13.85 | 1 | 0.08 |
| Hex | 27 | 9 | 0 | 0 | 4D | 64 | 55 | E | 64 | 8 |
| Octal | 47 | 11 | 0 | 0 | 115 | 144 | 125 | 16 | 144 | 10 |
| Binary | 100111 | 1001 | 0 | 0 | 1001101 | 1100100 | 1010101 | 1110 | 1100100 | 1000 |
Color Harmonies of #270900
Complementary color
Monochromatic Colors of #270900
Black with #270900
Text Example
Text Example
White with #270900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270900; }
p { color: rgb(39,9,0); }
H1.HeaderClassName
{
color: #270900;
}
.AnyTagClassName
{
color: #270900;
}
</style>
background-color css
<style>
a { background-color: #270900; }
a { background-color: rgb(39,9,0); }
div.DivClassName
{
background-color: #270900;
}
.BgClassName
{
background-color: #270900;
}
</style>
border-color css
<style>
span { border-color: #270900; }
span { border-color: rgb(39,9,0); }
td.TdClassName
{
border-color: #270900;
}
.TagClassName
{
border-color: #270900;
}
</style>