Shades of Seal Brown #27130D
Tints of Seal Brown #27130D
RGB
CMYK
RGB Variations
Color information
#27130D (or 0x27130D) is known color: Seal Brown. HEX triplet: 27, 13 and 0D. RGB value is (39,19,13). Sum of RGB (Red+Green+Blue) = 39+19+13=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #27130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27130D is #D8ECF2. Grayscale: #181818. Windows color (decimal): -14216435 or 856871. OLE color: 856871.
HSL color Cylindrical-coordinate representation of color #27130D: hue angle of 13.85º 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 #27130D is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 19 | 13 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.85 |
| HSL | 13.85º | 0.5% | 0.1% | - |
| HSV(B) | 13.85º | 0.67% | 0.15% | - |
| XYZ | 1.14 | 0.93 | 0.5 | - |
| YUV | 24.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 13 | 0 | 0.51 | 0.67 | 0.85 | 13.85 | 0.5 | 0.1 |
| Hex | 27 | 13 | D | 0 | 33 | 43 | 55 | E | 32 | A |
| Octal | 47 | 23 | 15 | 0 | 63 | 103 | 125 | 16 | 62 | 12 |
| Binary | 100111 | 10011 | 1101 | 0 | 110011 | 1000011 | 1010101 | 1110 | 110010 | 1010 |
Color Harmonies of #27130D
Complementary color
Monochromatic Colors of #27130D
Black with #27130D
Text Example
Text Example
White with #27130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27130D; }
p { color: rgb(39,19,13); }
H1.HeaderClassName
{
color: #27130D;
}
.AnyTagClassName
{
color: #27130D;
}
</style>
background-color css
<style>
a { background-color: #27130D; }
a { background-color: rgb(39,19,13); }
div.DivClassName
{
background-color: #27130D;
}
.BgClassName
{
background-color: #27130D;
}
</style>
border-color css
<style>
span { border-color: #27130D; }
span { border-color: rgb(39,19,13); }
td.TdClassName
{
border-color: #27130D;
}
.TagClassName
{
border-color: #27130D;
}
</style>