Shades of Seal Brown #271411
Tints of Seal Brown #271411
RGB
CMYK
RGB Variations
Color information
#271411 (or 0x271411) is known color: Seal Brown. HEX triplet: 27, 14 and 11. RGB value is (39,20,17). Sum of RGB (Red+Green+Blue) = 39+20+17=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271411 is #D8EBEE. Grayscale: #191919. Windows color (decimal): -14216175 or 1119271. OLE color: 1119271.
HSL color Cylindrical-coordinate representation of color #271411: hue angle of 8.18º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #271411 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 20 | 17 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.85 |
| HSL | 8.18º | 0.39% | 0.11% | - |
| HSV(B) | 8.18º | 0.56% | 0.15% | - |
| XYZ | 1.19 | 0.97 | 0.66 | - |
| YUV | 25.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 17 | 0 | 0.49 | 0.56 | 0.85 | 8.18 | 0.39 | 0.11 |
| Hex | 27 | 14 | 11 | 0 | 31 | 38 | 55 | 8 | 27 | B |
| Octal | 47 | 24 | 21 | 0 | 61 | 70 | 125 | 10 | 47 | 13 |
| Binary | 100111 | 10100 | 10001 | 0 | 110001 | 111000 | 1010101 | 1000 | 100111 | 1011 |
Color Harmonies of #271411
Complementary color
Monochromatic Colors of #271411
Black with #271411
Text Example
Text Example
White with #271411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271411; }
p { color: rgb(39,20,17); }
H1.HeaderClassName
{
color: #271411;
}
.AnyTagClassName
{
color: #271411;
}
</style>
background-color css
<style>
a { background-color: #271411; }
a { background-color: rgb(39,20,17); }
div.DivClassName
{
background-color: #271411;
}
.BgClassName
{
background-color: #271411;
}
</style>
border-color css
<style>
span { border-color: #271411; }
span { border-color: rgb(39,20,17); }
td.TdClassName
{
border-color: #271411;
}
.TagClassName
{
border-color: #271411;
}
</style>