Shades of Seal Brown #27100F
Tints of Seal Brown #27100F
RGB
CMYK
RGB Variations
Color information
#27100F (or 0x27100F) is known color: Seal Brown. HEX triplet: 27, 10 and 0F. RGB value is (39,16,15). Sum of RGB (Red+Green+Blue) = 39+16+15=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #27100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27100F is #D8EFF0. Grayscale: #161616. Windows color (decimal): -14217201 or 987175. OLE color: 987175.
HSL color Cylindrical-coordinate representation of color #27100F: hue angle of 2.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27100F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 16 | 15 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.85 |
| HSL | 2.5º | 0.44% | 0.11% | - |
| HSV(B) | 2.5º | 0.62% | 0.15% | - |
| XYZ | 1.11 | 0.84 | 0.55 | - |
| YUV | 22.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 15 | 0 | 0.59 | 0.62 | 0.85 | 2.5 | 0.44 | 0.11 |
| Hex | 27 | 10 | F | 0 | 3B | 3E | 55 | 2 | 2C | B |
| Octal | 47 | 20 | 17 | 0 | 73 | 76 | 125 | 2 | 54 | 13 |
| Binary | 100111 | 10000 | 1111 | 0 | 111011 | 111110 | 1010101 | 10 | 101100 | 1011 |
Color Harmonies of #27100F
Complementary color
Monochromatic Colors of #27100F
Black with #27100F
Text Example
Text Example
White with #27100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27100F; }
p { color: rgb(39,16,15); }
H1.HeaderClassName
{
color: #27100F;
}
.AnyTagClassName
{
color: #27100F;
}
</style>
background-color css
<style>
a { background-color: #27100F; }
a { background-color: rgb(39,16,15); }
div.DivClassName
{
background-color: #27100F;
}
.BgClassName
{
background-color: #27100F;
}
</style>
border-color css
<style>
span { border-color: #27100F; }
span { border-color: rgb(39,16,15); }
td.TdClassName
{
border-color: #27100F;
}
.TagClassName
{
border-color: #27100F;
}
</style>