Shades of Seal Brown #270A08
Tints of Seal Brown #270A08
RGB
CMYK
RGB Variations
Color information
#270A08 (or 0x270A08) is known color: Seal Brown. HEX triplet: 27, 0A and 08. RGB value is (39,10,8). Sum of RGB (Red+Green+Blue) = 39+10+8=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #270A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A08 is #D8F5F7. Grayscale: #121212. Windows color (decimal): -14218744 or 526887. OLE color: 526887.
HSL color Cylindrical-coordinate representation of color #270A08: hue angle of 3.87º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #270A08 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 10 | 8 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.85 |
| HSL | 3.87º | 0.66% | 0.09% | - |
| HSV(B) | 3.87º | 0.79% | 0.15% | - |
| XYZ | 0.99 | 0.67 | 0.31 | - |
| YUV | 18.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 8 | 0 | 0.74 | 0.79 | 0.85 | 3.87 | 0.66 | 0.09 |
| Hex | 27 | A | 8 | 0 | 4A | 4F | 55 | 4 | 42 | 9 |
| Octal | 47 | 12 | 10 | 0 | 112 | 117 | 125 | 4 | 102 | 11 |
| Binary | 100111 | 1010 | 1000 | 0 | 1001010 | 1001111 | 1010101 | 100 | 1000010 | 1001 |
Color Harmonies of #270A08
Complementary color
Monochromatic Colors of #270A08
Black with #270A08
Text Example
Text Example
White with #270A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A08; }
p { color: rgb(39,10,8); }
H1.HeaderClassName
{
color: #270A08;
}
.AnyTagClassName
{
color: #270A08;
}
</style>
background-color css
<style>
a { background-color: #270A08; }
a { background-color: rgb(39,10,8); }
div.DivClassName
{
background-color: #270A08;
}
.BgClassName
{
background-color: #270A08;
}
</style>
border-color css
<style>
span { border-color: #270A08; }
span { border-color: rgb(39,10,8); }
td.TdClassName
{
border-color: #270A08;
}
.TagClassName
{
border-color: #270A08;
}
</style>