Shades of Seal Brown #270A06
Tints of Seal Brown #270A06
RGB
CMYK
RGB Variations
Color information
#270A06 (or 0x270A06) is known color: Seal Brown. HEX triplet: 27, 0A and 06. RGB value is (39,10,6). Sum of RGB (Red+Green+Blue) = 39+10+6=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #270A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A06 is #D8F5F9. Grayscale: #121212. Windows color (decimal): -14218746 or 395815. OLE color: 395815.
HSL color Cylindrical-coordinate representation of color #270A06: hue angle of 7.27º 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 #270A06 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 10 | 6 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.85 |
| HSL | 7.27º | 0.73% | 0.09% | - |
| HSV(B) | 7.27º | 0.85% | 0.15% | - |
| XYZ | 0.98 | 0.66 | 0.25 | - |
| YUV | 18.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 6 | 0 | 0.74 | 0.85 | 0.85 | 7.27 | 0.73 | 0.09 |
| Hex | 27 | A | 6 | 0 | 4A | 55 | 55 | 7 | 49 | 9 |
| Octal | 47 | 12 | 6 | 0 | 112 | 125 | 125 | 7 | 111 | 11 |
| Binary | 100111 | 1010 | 110 | 0 | 1001010 | 1010101 | 1010101 | 111 | 1001001 | 1001 |
Color Harmonies of #270A06
Complementary color
Monochromatic Colors of #270A06
Black with #270A06
Text Example
Text Example
White with #270A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A06; }
p { color: rgb(39,10,6); }
H1.HeaderClassName
{
color: #270A06;
}
.AnyTagClassName
{
color: #270A06;
}
</style>
background-color css
<style>
a { background-color: #270A06; }
a { background-color: rgb(39,10,6); }
div.DivClassName
{
background-color: #270A06;
}
.BgClassName
{
background-color: #270A06;
}
</style>
border-color css
<style>
span { border-color: #270A06; }
span { border-color: rgb(39,10,6); }
td.TdClassName
{
border-color: #270A06;
}
.TagClassName
{
border-color: #270A06;
}
</style>