Shades of Seal Brown #270804
Tints of Seal Brown #270804
RGB
CMYK
RGB Variations
Color information
#270804 (or 0x270804) is known color: Seal Brown. HEX triplet: 27, 08 and 04. RGB value is (39,8,4). Sum of RGB (Red+Green+Blue) = 39+8+4=51 (6% of max value = 765). Red value is 39 (15.62% from 255 or 76.47% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 39 - color contains mainly: red. Hex color #270804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270804 is #D8F7FB. Grayscale: #101010. Windows color (decimal): -14219260 or 264231. OLE color: 264231.
HSL color Cylindrical-coordinate representation of color #270804: hue angle of 6.86º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270804 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 8 | 4 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.85 |
| HSL | 6.86º | 0.81% | 0.08% | - |
| HSV(B) | 6.86º | 0.9% | 0.15% | - |
| XYZ | 0.95 | 0.61 | 0.18 | - |
| YUV | 16.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 4 | 0 | 0.79 | 0.90 | 0.85 | 6.86 | 0.81 | 0.08 |
| Hex | 27 | 8 | 4 | 0 | 4F | 5A | 55 | 7 | 51 | 8 |
| Octal | 47 | 10 | 4 | 0 | 117 | 132 | 125 | 7 | 121 | 10 |
| Binary | 100111 | 1000 | 100 | 0 | 1001111 | 1011010 | 1010101 | 111 | 1010001 | 1000 |
Color Harmonies of #270804
Complementary color
Monochromatic Colors of #270804
Black with #270804
Text Example
Text Example
White with #270804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270804; }
p { color: rgb(39,8,4); }
H1.HeaderClassName
{
color: #270804;
}
.AnyTagClassName
{
color: #270804;
}
</style>
background-color css
<style>
a { background-color: #270804; }
a { background-color: rgb(39,8,4); }
div.DivClassName
{
background-color: #270804;
}
.BgClassName
{
background-color: #270804;
}
</style>
border-color css
<style>
span { border-color: #270804; }
span { border-color: rgb(39,8,4); }
td.TdClassName
{
border-color: #270804;
}
.TagClassName
{
border-color: #270804;
}
</style>