Shades of Seal Brown #27110E
Tints of Seal Brown #27110E
RGB
CMYK
RGB Variations
Color information
#27110E (or 0x27110E) is known color: Seal Brown. HEX triplet: 27, 11 and 0E. RGB value is (39,17,14). Sum of RGB (Red+Green+Blue) = 39+17+14=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #27110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27110E is #D8EEF1. Grayscale: #171717. Windows color (decimal): -14216946 or 921895. OLE color: 921895.
HSL color Cylindrical-coordinate representation of color #27110E: hue angle of 7.2º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27110E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 17 | 14 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.85 |
| HSL | 7.2º | 0.47% | 0.1% | - |
| HSV(B) | 7.2º | 0.64% | 0.15% | - |
| XYZ | 1.12 | 0.86 | 0.52 | - |
| YUV | 23.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 14 | 0 | 0.56 | 0.64 | 0.85 | 7.2 | 0.47 | 0.1 |
| Hex | 27 | 11 | E | 0 | 38 | 40 | 55 | 7 | 2F | A |
| Octal | 47 | 21 | 16 | 0 | 70 | 100 | 125 | 7 | 57 | 12 |
| Binary | 100111 | 10001 | 1110 | 0 | 111000 | 1000000 | 1010101 | 111 | 101111 | 1010 |
Color Harmonies of #27110E
Complementary color
Monochromatic Colors of #27110E
Black with #27110E
Text Example
Text Example
White with #27110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27110E; }
p { color: rgb(39,17,14); }
H1.HeaderClassName
{
color: #27110E;
}
.AnyTagClassName
{
color: #27110E;
}
</style>
background-color css
<style>
a { background-color: #27110E; }
a { background-color: rgb(39,17,14); }
div.DivClassName
{
background-color: #27110E;
}
.BgClassName
{
background-color: #27110E;
}
</style>
border-color css
<style>
span { border-color: #27110E; }
span { border-color: rgb(39,17,14); }
td.TdClassName
{
border-color: #27110E;
}
.TagClassName
{
border-color: #27110E;
}
</style>