Shades of Seal Brown #270E0A
Tints of Seal Brown #270E0A
RGB
CMYK
RGB Variations
Color information
#270E0A (or 0x270E0A) is known color: Seal Brown. HEX triplet: 27, 0E and 0A. RGB value is (39,14,10). Sum of RGB (Red+Green+Blue) = 39+14+10=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270E0A is #D8F1F5. Grayscale: #151515. Windows color (decimal): -14217718 or 658983. OLE color: 658983.
HSL color Cylindrical-coordinate representation of color #270E0A: hue angle of 8.28º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270E0A is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 14 | 10 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.85 |
| HSL | 8.28º | 0.59% | 0.1% | - |
| HSV(B) | 8.28º | 0.74% | 0.15% | - |
| XYZ | 1.05 | 0.77 | 0.38 | - |
| YUV | 21.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 10 | 0 | 0.64 | 0.74 | 0.85 | 8.28 | 0.59 | 0.1 |
| Hex | 27 | E | A | 0 | 40 | 4A | 55 | 8 | 3B | A |
| Octal | 47 | 16 | 12 | 0 | 100 | 112 | 125 | 10 | 73 | 12 |
| Binary | 100111 | 1110 | 1010 | 0 | 1000000 | 1001010 | 1010101 | 1000 | 111011 | 1010 |
Color Harmonies of #270E0A
Complementary color
Monochromatic Colors of #270E0A
Black with #270E0A
Text Example
Text Example
White with #270E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E0A; }
p { color: rgb(39,14,10); }
H1.HeaderClassName
{
color: #270E0A;
}
.AnyTagClassName
{
color: #270E0A;
}
</style>
background-color css
<style>
a { background-color: #270E0A; }
a { background-color: rgb(39,14,10); }
div.DivClassName
{
background-color: #270E0A;
}
.BgClassName
{
background-color: #270E0A;
}
</style>
border-color css
<style>
span { border-color: #270E0A; }
span { border-color: rgb(39,14,10); }
td.TdClassName
{
border-color: #270E0A;
}
.TagClassName
{
border-color: #270E0A;
}
</style>