Shades of Seal Brown #27120F
Tints of Seal Brown #27120F
RGB
CMYK
RGB Variations
Color information
#27120F (or 0x27120F) is known color: Seal Brown. HEX triplet: 27, 12 and 0F. RGB value is (39,18,15). Sum of RGB (Red+Green+Blue) = 39+18+15=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #27120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27120F is #D8EDF0. Grayscale: #171717. Windows color (decimal): -14216689 or 987687. OLE color: 987687.
HSL color Cylindrical-coordinate representation of color #27120F: hue angle of 7.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 #27120F is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 18 | 15 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.85 |
| HSL | 7.5º | 0.44% | 0.11% | - |
| HSV(B) | 7.5º | 0.62% | 0.15% | - |
| XYZ | 1.14 | 0.9 | 0.57 | - |
| YUV | 23.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 15 | 0 | 0.54 | 0.62 | 0.85 | 7.5 | 0.44 | 0.11 |
| Hex | 27 | 12 | F | 0 | 36 | 3E | 55 | 8 | 2C | B |
| Octal | 47 | 22 | 17 | 0 | 66 | 76 | 125 | 10 | 54 | 13 |
| Binary | 100111 | 10010 | 1111 | 0 | 110110 | 111110 | 1010101 | 1000 | 101100 | 1011 |
Color Harmonies of #27120F
Complementary color
Monochromatic Colors of #27120F
Black with #27120F
Text Example
Text Example
White with #27120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27120F; }
p { color: rgb(39,18,15); }
H1.HeaderClassName
{
color: #27120F;
}
.AnyTagClassName
{
color: #27120F;
}
</style>
background-color css
<style>
a { background-color: #27120F; }
a { background-color: rgb(39,18,15); }
div.DivClassName
{
background-color: #27120F;
}
.BgClassName
{
background-color: #27120F;
}
</style>
border-color css
<style>
span { border-color: #27120F; }
span { border-color: rgb(39,18,15); }
td.TdClassName
{
border-color: #27120F;
}
.TagClassName
{
border-color: #27120F;
}
</style>