Shades of Seal Brown #27110B
Tints of Seal Brown #27110B
RGB
CMYK
RGB Variations
Color information
#27110B (or 0x27110B) is known color: Seal Brown. HEX triplet: 27, 11 and 0B. RGB value is (39,17,11). Sum of RGB (Red+Green+Blue) = 39+17+11=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #27110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27110B is #D8EEF4. Grayscale: #161616. Windows color (decimal): -14216949 or 725287. OLE color: 725287.
HSL color Cylindrical-coordinate representation of color #27110B: hue angle of 12.86º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27110B is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 17 | 11 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.85 |
| HSL | 12.86º | 0.56% | 0.1% | - |
| HSV(B) | 12.86º | 0.72% | 0.15% | - |
| XYZ | 1.1 | 0.86 | 0.42 | - |
| YUV | 22.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 11 | 0 | 0.56 | 0.72 | 0.85 | 12.86 | 0.56 | 0.1 |
| Hex | 27 | 11 | B | 0 | 38 | 48 | 55 | D | 38 | A |
| Octal | 47 | 21 | 13 | 0 | 70 | 110 | 125 | 15 | 70 | 12 |
| Binary | 100111 | 10001 | 1011 | 0 | 111000 | 1001000 | 1010101 | 1101 | 111000 | 1010 |
Color Harmonies of #27110B
Complementary color
Monochromatic Colors of #27110B
Black with #27110B
Text Example
Text Example
White with #27110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27110B; }
p { color: rgb(39,17,11); }
H1.HeaderClassName
{
color: #27110B;
}
.AnyTagClassName
{
color: #27110B;
}
</style>
background-color css
<style>
a { background-color: #27110B; }
a { background-color: rgb(39,17,11); }
div.DivClassName
{
background-color: #27110B;
}
.BgClassName
{
background-color: #27110B;
}
</style>
border-color css
<style>
span { border-color: #27110B; }
span { border-color: rgb(39,17,11); }
td.TdClassName
{
border-color: #27110B;
}
.TagClassName
{
border-color: #27110B;
}
</style>