Shades of Seal Brown #27100C
Tints of Seal Brown #27100C
RGB
CMYK
RGB Variations
Color information
#27100C (or 0x27100C) is known color: Seal Brown. HEX triplet: 27, 10 and 0C. RGB value is (39,16,12). Sum of RGB (Red+Green+Blue) = 39+16+12=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #27100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27100C is #D8EFF3. Grayscale: #161616. Windows color (decimal): -14217204 or 790567. OLE color: 790567.
HSL color Cylindrical-coordinate representation of color #27100C: hue angle of 8.89º 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 #27100C is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 16 | 12 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.85 |
| HSL | 8.89º | 0.53% | 0.1% | - |
| HSV(B) | 8.89º | 0.69% | 0.15% | - |
| XYZ | 1.09 | 0.83 | 0.45 | - |
| YUV | 22.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 12 | 0 | 0.59 | 0.69 | 0.85 | 8.89 | 0.53 | 0.1 |
| Hex | 27 | 10 | C | 0 | 3B | 45 | 55 | 9 | 35 | A |
| Octal | 47 | 20 | 14 | 0 | 73 | 105 | 125 | 11 | 65 | 12 |
| Binary | 100111 | 10000 | 1100 | 0 | 111011 | 1000101 | 1010101 | 1001 | 110101 | 1010 |
Color Harmonies of #27100C
Complementary color
Monochromatic Colors of #27100C
Black with #27100C
Text Example
Text Example
White with #27100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27100C; }
p { color: rgb(39,16,12); }
H1.HeaderClassName
{
color: #27100C;
}
.AnyTagClassName
{
color: #27100C;
}
</style>
background-color css
<style>
a { background-color: #27100C; }
a { background-color: rgb(39,16,12); }
div.DivClassName
{
background-color: #27100C;
}
.BgClassName
{
background-color: #27100C;
}
</style>
border-color css
<style>
span { border-color: #27100C; }
span { border-color: rgb(39,16,12); }
td.TdClassName
{
border-color: #27100C;
}
.TagClassName
{
border-color: #27100C;
}
</style>