Shades of Seal Brown #27120A
Tints of Seal Brown #27120A
RGB
CMYK
RGB Variations
Color information
#27120A (or 0x27120A) is known color: Seal Brown. HEX triplet: 27, 12 and 0A. RGB value is (39,18,10). Sum of RGB (Red+Green+Blue) = 39+18+10=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #27120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27120A is #D8EDF5. Grayscale: #171717. Windows color (decimal): -14216694 or 660007. OLE color: 660007.
HSL color Cylindrical-coordinate representation of color #27120A: hue angle of 16.55º 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 #27120A is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 18 | 10 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.85 |
| HSL | 16.55º | 0.59% | 0.1% | - |
| HSV(B) | 16.55º | 0.74% | 0.15% | - |
| XYZ | 1.11 | 0.89 | 0.4 | - |
| YUV | 23.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 10 | 0 | 0.54 | 0.74 | 0.85 | 16.55 | 0.59 | 0.1 |
| Hex | 27 | 12 | A | 0 | 36 | 4A | 55 | 11 | 3B | A |
| Octal | 47 | 22 | 12 | 0 | 66 | 112 | 125 | 21 | 73 | 12 |
| Binary | 100111 | 10010 | 1010 | 0 | 110110 | 1001010 | 1010101 | 10001 | 111011 | 1010 |
Color Harmonies of #27120A
Complementary color
Monochromatic Colors of #27120A
Black with #27120A
Text Example
Text Example
White with #27120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27120A; }
p { color: rgb(39,18,10); }
H1.HeaderClassName
{
color: #27120A;
}
.AnyTagClassName
{
color: #27120A;
}
</style>
background-color css
<style>
a { background-color: #27120A; }
a { background-color: rgb(39,18,10); }
div.DivClassName
{
background-color: #27120A;
}
.BgClassName
{
background-color: #27120A;
}
</style>
border-color css
<style>
span { border-color: #27120A; }
span { border-color: rgb(39,18,10); }
td.TdClassName
{
border-color: #27120A;
}
.TagClassName
{
border-color: #27120A;
}
</style>