Shades of Seal Brown #27130C
Tints of Seal Brown #27130C
RGB
CMYK
RGB Variations
Color information
#27130C (or 0x27130C) is known color: Seal Brown. HEX triplet: 27, 13 and 0C. RGB value is (39,19,12). Sum of RGB (Red+Green+Blue) = 39+19+12=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #27130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27130C is #D8ECF3. Grayscale: #181818. Windows color (decimal): -14216436 or 791335. OLE color: 791335.
HSL color Cylindrical-coordinate representation of color #27130C: hue angle of 15.56º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27130C is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 19 | 12 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.85 |
| HSL | 15.56º | 0.53% | 0.1% | - |
| HSV(B) | 15.56º | 0.69% | 0.15% | - |
| XYZ | 1.14 | 0.92 | 0.47 | - |
| YUV | 24.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 12 | 0 | 0.51 | 0.69 | 0.85 | 15.56 | 0.53 | 0.1 |
| Hex | 27 | 13 | C | 0 | 33 | 45 | 55 | 10 | 35 | A |
| Octal | 47 | 23 | 14 | 0 | 63 | 105 | 125 | 20 | 65 | 12 |
| Binary | 100111 | 10011 | 1100 | 0 | 110011 | 1000101 | 1010101 | 10000 | 110101 | 1010 |
Color Harmonies of #27130C
Complementary color
Monochromatic Colors of #27130C
Black with #27130C
Text Example
Text Example
White with #27130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27130C; }
p { color: rgb(39,19,12); }
H1.HeaderClassName
{
color: #27130C;
}
.AnyTagClassName
{
color: #27130C;
}
</style>
background-color css
<style>
a { background-color: #27130C; }
a { background-color: rgb(39,19,12); }
div.DivClassName
{
background-color: #27130C;
}
.BgClassName
{
background-color: #27130C;
}
</style>
border-color css
<style>
span { border-color: #27130C; }
span { border-color: rgb(39,19,12); }
td.TdClassName
{
border-color: #27130C;
}
.TagClassName
{
border-color: #27130C;
}
</style>