Shades of Seal Brown #270C06
Tints of Seal Brown #270C06
RGB
CMYK
RGB Variations
Color information
#270C06 (or 0x270C06) is known color: Seal Brown. HEX triplet: 27, 0C and 06. RGB value is (39,12,6). Sum of RGB (Red+Green+Blue) = 39+12+6=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #270C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C06 is #D8F3F9. Grayscale: #131313. Windows color (decimal): -14218234 or 396327. OLE color: 396327.
HSL color Cylindrical-coordinate representation of color #270C06: hue angle of 10.91º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #270C06 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 6 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.85 |
| HSL | 10.91º | 0.73% | 0.09% | - |
| HSV(B) | 10.91º | 0.85% | 0.15% | - |
| XYZ | 1 | 0.71 | 0.26 | - |
| YUV | 19.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 6 | 0 | 0.69 | 0.85 | 0.85 | 10.91 | 0.73 | 0.09 |
| Hex | 27 | C | 6 | 0 | 45 | 55 | 55 | B | 49 | 9 |
| Octal | 47 | 14 | 6 | 0 | 105 | 125 | 125 | 13 | 111 | 11 |
| Binary | 100111 | 1100 | 110 | 0 | 1000101 | 1010101 | 1010101 | 1011 | 1001001 | 1001 |
Color Harmonies of #270C06
Complementary color
Monochromatic Colors of #270C06
Black with #270C06
Text Example
Text Example
White with #270C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C06; }
p { color: rgb(39,12,6); }
H1.HeaderClassName
{
color: #270C06;
}
.AnyTagClassName
{
color: #270C06;
}
</style>
background-color css
<style>
a { background-color: #270C06; }
a { background-color: rgb(39,12,6); }
div.DivClassName
{
background-color: #270C06;
}
.BgClassName
{
background-color: #270C06;
}
</style>
border-color css
<style>
span { border-color: #270C06; }
span { border-color: rgb(39,12,6); }
td.TdClassName
{
border-color: #270C06;
}
.TagClassName
{
border-color: #270C06;
}
</style>