Shades of Seal Brown #27140E
Tints of Seal Brown #27140E
RGB
CMYK
RGB Variations
Color information
#27140E (or 0x27140E) is known color: Seal Brown. HEX triplet: 27, 14 and 0E. RGB value is (39,20,14). Sum of RGB (Red+Green+Blue) = 39+20+14=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #27140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27140E is #D8EBF1. Grayscale: #191919. Windows color (decimal): -14216178 or 922663. OLE color: 922663.
HSL color Cylindrical-coordinate representation of color #27140E: hue angle of 14.4º 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 #27140E is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 20 | 14 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.85 |
| HSL | 14.4º | 0.47% | 0.1% | - |
| HSV(B) | 14.4º | 0.64% | 0.15% | - |
| XYZ | 1.17 | 0.96 | 0.54 | - |
| YUV | 25 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 14 | 0 | 0.49 | 0.64 | 0.85 | 14.4 | 0.47 | 0.1 |
| Hex | 27 | 14 | E | 0 | 31 | 40 | 55 | E | 2F | A |
| Octal | 47 | 24 | 16 | 0 | 61 | 100 | 125 | 16 | 57 | 12 |
| Binary | 100111 | 10100 | 1110 | 0 | 110001 | 1000000 | 1010101 | 1110 | 101111 | 1010 |
Color Harmonies of #27140E
Complementary color
Monochromatic Colors of #27140E
Black with #27140E
Text Example
Text Example
White with #27140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27140E; }
p { color: rgb(39,20,14); }
H1.HeaderClassName
{
color: #27140E;
}
.AnyTagClassName
{
color: #27140E;
}
</style>
background-color css
<style>
a { background-color: #27140E; }
a { background-color: rgb(39,20,14); }
div.DivClassName
{
background-color: #27140E;
}
.BgClassName
{
background-color: #27140E;
}
</style>
border-color css
<style>
span { border-color: #27140E; }
span { border-color: rgb(39,20,14); }
td.TdClassName
{
border-color: #27140E;
}
.TagClassName
{
border-color: #27140E;
}
</style>