Shades of Seal Brown #271413
Tints of Seal Brown #271413
RGB
CMYK
RGB Variations
Color information
#271413 (or 0x271413) is known color: Seal Brown. HEX triplet: 27, 14 and 13. RGB value is (39,20,19). Sum of RGB (Red+Green+Blue) = 39+20+19=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271413 is #D8EBEC. Grayscale: #191919. Windows color (decimal): -14216173 or 1250343. OLE color: 1250343.
HSL color Cylindrical-coordinate representation of color #271413: hue angle of 3º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271413 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 20 | 19 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.85 |
| HSL | 3º | 0.34% | 0.11% | - |
| HSV(B) | 3º | 0.51% | 0.15% | - |
| XYZ | 1.2 | 0.98 | 0.74 | - |
| YUV | 25.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 19 | 0 | 0.49 | 0.51 | 0.85 | 3 | 0.34 | 0.11 |
| Hex | 27 | 14 | 13 | 0 | 31 | 33 | 55 | 3 | 22 | B |
| Octal | 47 | 24 | 23 | 0 | 61 | 63 | 125 | 3 | 42 | 13 |
| Binary | 100111 | 10100 | 10011 | 0 | 110001 | 110011 | 1010101 | 11 | 100010 | 1011 |
Color Harmonies of #271413
Complementary color
Monochromatic Colors of #271413
Black with #271413
Text Example
Text Example
White with #271413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271413; }
p { color: rgb(39,20,19); }
H1.HeaderClassName
{
color: #271413;
}
.AnyTagClassName
{
color: #271413;
}
</style>
background-color css
<style>
a { background-color: #271413; }
a { background-color: rgb(39,20,19); }
div.DivClassName
{
background-color: #271413;
}
.BgClassName
{
background-color: #271413;
}
</style>
border-color css
<style>
span { border-color: #271413; }
span { border-color: rgb(39,20,19); }
td.TdClassName
{
border-color: #271413;
}
.TagClassName
{
border-color: #271413;
}
</style>