Shades of Seal Brown #27110A
Tints of Seal Brown #27110A
RGB
CMYK
RGB Variations
Color information
#27110A (or 0x27110A) is known color: Seal Brown. HEX triplet: 27, 11 and 0A. RGB value is (39,17,10). Sum of RGB (Red+Green+Blue) = 39+17+10=66 (8% of max value = 765). Red value is 39 (15.62% from 255 or 59.09% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 39 - color contains mainly: red. Hex color #27110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27110A is #D8EEF5. Grayscale: #161616. Windows color (decimal): -14216950 or 659751. OLE color: 659751.
HSL color Cylindrical-coordinate representation of color #27110A: hue angle of 14.48º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27110A is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 17 | 10 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.85 |
| HSL | 14.48º | 0.59% | 0.1% | - |
| HSV(B) | 14.48º | 0.74% | 0.15% | - |
| XYZ | 1.09 | 0.85 | 0.39 | - |
| YUV | 22.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 10 | 0 | 0.56 | 0.74 | 0.85 | 14.48 | 0.59 | 0.1 |
| Hex | 27 | 11 | A | 0 | 38 | 4A | 55 | E | 3B | A |
| Octal | 47 | 21 | 12 | 0 | 70 | 112 | 125 | 16 | 73 | 12 |
| Binary | 100111 | 10001 | 1010 | 0 | 111000 | 1001010 | 1010101 | 1110 | 111011 | 1010 |
Color Harmonies of #27110A
Complementary color
Monochromatic Colors of #27110A
Black with #27110A
Text Example
Text Example
White with #27110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27110A; }
p { color: rgb(39,17,10); }
H1.HeaderClassName
{
color: #27110A;
}
.AnyTagClassName
{
color: #27110A;
}
</style>
background-color css
<style>
a { background-color: #27110A; }
a { background-color: rgb(39,17,10); }
div.DivClassName
{
background-color: #27110A;
}
.BgClassName
{
background-color: #27110A;
}
</style>
border-color css
<style>
span { border-color: #27110A; }
span { border-color: rgb(39,17,10); }
td.TdClassName
{
border-color: #27110A;
}
.TagClassName
{
border-color: #27110A;
}
</style>