Shades of Seal Brown #270E04
Tints of Seal Brown #270E04
RGB
CMYK
RGB Variations
Color information
#270E04 (or 0x270E04) is known color: Seal Brown. HEX triplet: 27, 0E and 04. RGB value is (39,14,4). Sum of RGB (Red+Green+Blue) = 39+14+4=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #270E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270E04 is #D8F1FB. Grayscale: #141414. Windows color (decimal): -14217724 or 265767. OLE color: 265767.
HSL color Cylindrical-coordinate representation of color #270E04: hue angle of 17.14º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270E04 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 14 | 4 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.85 |
| HSL | 17.14º | 0.81% | 0.08% | - |
| HSV(B) | 17.14º | 0.9% | 0.15% | - |
| XYZ | 1.02 | 0.75 | 0.21 | - |
| YUV | 20.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 4 | 0 | 0.64 | 0.90 | 0.85 | 17.14 | 0.81 | 0.08 |
| Hex | 27 | E | 4 | 0 | 40 | 5A | 55 | 11 | 51 | 8 |
| Octal | 47 | 16 | 4 | 0 | 100 | 132 | 125 | 21 | 121 | 10 |
| Binary | 100111 | 1110 | 100 | 0 | 1000000 | 1011010 | 1010101 | 10001 | 1010001 | 1000 |
Color Harmonies of #270E04
Complementary color
Monochromatic Colors of #270E04
Black with #270E04
Text Example
Text Example
White with #270E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E04; }
p { color: rgb(39,14,4); }
H1.HeaderClassName
{
color: #270E04;
}
.AnyTagClassName
{
color: #270E04;
}
</style>
background-color css
<style>
a { background-color: #270E04; }
a { background-color: rgb(39,14,4); }
div.DivClassName
{
background-color: #270E04;
}
.BgClassName
{
background-color: #270E04;
}
</style>
border-color css
<style>
span { border-color: #270E04; }
span { border-color: rgb(39,14,4); }
td.TdClassName
{
border-color: #270E04;
}
.TagClassName
{
border-color: #270E04;
}
</style>