Shades of Seal Brown #27120B
Tints of Seal Brown #27120B
RGB
CMYK
RGB Variations
Color information
#27120B (or 0x27120B) is known color: Seal Brown. HEX triplet: 27, 12 and 0B. RGB value is (39,18,11). Sum of RGB (Red+Green+Blue) = 39+18+11=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #27120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27120B is #D8EDF4. Grayscale: #171717. Windows color (decimal): -14216693 or 725543. OLE color: 725543.
HSL color Cylindrical-coordinate representation of color #27120B: hue angle of 15º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27120B is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 18 | 11 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.85 |
| HSL | 15º | 0.56% | 0.1% | - |
| HSV(B) | 15º | 0.72% | 0.15% | - |
| XYZ | 1.11 | 0.89 | 0.43 | - |
| YUV | 23.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 11 | 0 | 0.54 | 0.72 | 0.85 | 15 | 0.56 | 0.1 |
| Hex | 27 | 12 | B | 0 | 36 | 48 | 55 | F | 38 | A |
| Octal | 47 | 22 | 13 | 0 | 66 | 110 | 125 | 17 | 70 | 12 |
| Binary | 100111 | 10010 | 1011 | 0 | 110110 | 1001000 | 1010101 | 1111 | 111000 | 1010 |
Color Harmonies of #27120B
Complementary color
Monochromatic Colors of #27120B
Black with #27120B
Text Example
Text Example
White with #27120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27120B; }
p { color: rgb(39,18,11); }
H1.HeaderClassName
{
color: #27120B;
}
.AnyTagClassName
{
color: #27120B;
}
</style>
background-color css
<style>
a { background-color: #27120B; }
a { background-color: rgb(39,18,11); }
div.DivClassName
{
background-color: #27120B;
}
.BgClassName
{
background-color: #27120B;
}
</style>
border-color css
<style>
span { border-color: #27120B; }
span { border-color: rgb(39,18,11); }
td.TdClassName
{
border-color: #27120B;
}
.TagClassName
{
border-color: #27120B;
}
</style>