Shades of Seal Brown #27140D
Tints of Seal Brown #27140D
RGB
CMYK
RGB Variations
Color information
#27140D (or 0x27140D) is known color: Seal Brown. HEX triplet: 27, 14 and 0D. RGB value is (39,20,13). Sum of RGB (Red+Green+Blue) = 39+20+13=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #27140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27140D is #D8EBF2. Grayscale: #181818. Windows color (decimal): -14216179 or 857127. OLE color: 857127.
HSL color Cylindrical-coordinate representation of color #27140D: hue angle of 16.15º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27140D is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 20 | 13 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.85 |
| HSL | 16.15º | 0.5% | 0.1% | - |
| HSV(B) | 16.15º | 0.67% | 0.15% | - |
| XYZ | 1.16 | 0.96 | 0.51 | - |
| YUV | 24.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 13 | 0 | 0.49 | 0.67 | 0.85 | 16.15 | 0.5 | 0.1 |
| Hex | 27 | 14 | D | 0 | 31 | 43 | 55 | 10 | 32 | A |
| Octal | 47 | 24 | 15 | 0 | 61 | 103 | 125 | 20 | 62 | 12 |
| Binary | 100111 | 10100 | 1101 | 0 | 110001 | 1000011 | 1010101 | 10000 | 110010 | 1010 |
Color Harmonies of #27140D
Complementary color
Monochromatic Colors of #27140D
Black with #27140D
Text Example
Text Example
White with #27140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27140D; }
p { color: rgb(39,20,13); }
H1.HeaderClassName
{
color: #27140D;
}
.AnyTagClassName
{
color: #27140D;
}
</style>
background-color css
<style>
a { background-color: #27140D; }
a { background-color: rgb(39,20,13); }
div.DivClassName
{
background-color: #27140D;
}
.BgClassName
{
background-color: #27140D;
}
</style>
border-color css
<style>
span { border-color: #27140D; }
span { border-color: rgb(39,20,13); }
td.TdClassName
{
border-color: #27140D;
}
.TagClassName
{
border-color: #27140D;
}
</style>