Shades of Seal Brown #270505
Tints of Seal Brown #270505
RGB
CMYK
RGB Variations
Color information
#270505 (or 0x270505) is known color: Seal Brown. HEX triplet: 27, 05 and 05. RGB value is (39,5,5). Sum of RGB (Red+Green+Blue) = 39+5+5=49 (6% of max value = 765). Red value is 39 (15.62% from 255 or 79.59% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 39 - color contains mainly: red. Hex color #270505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270505 is #D8FAFA. Grayscale: #0F0F0F. Windows color (decimal): -14220027 or 328999. OLE color: 328999.
HSL color Cylindrical-coordinate representation of color #270505: hue angle of 0º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270505 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 5 | 5 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.85 |
| HSL | 0º | 0.77% | 0.09% | - |
| HSV(B) | 0º | 0.87% | 0.15% | - |
| XYZ | 0.92 | 0.55 | 0.2 | - |
| YUV | 15.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 5 | 0 | 0.87 | 0.87 | 0.85 | 0 | 0.77 | 0.09 |
| Hex | 27 | 5 | 5 | 0 | 57 | 57 | 55 | 0 | 4D | 9 |
| Octal | 47 | 5 | 5 | 0 | 127 | 127 | 125 | 0 | 115 | 11 |
| Binary | 100111 | 101 | 101 | 0 | 1010111 | 1010111 | 1010101 | 0 | 1001101 | 1001 |
Color Harmonies of #270505
Complementary color
Monochromatic Colors of #270505
Black with #270505
Text Example
Text Example
White with #270505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270505; }
p { color: rgb(39,5,5); }
H1.HeaderClassName
{
color: #270505;
}
.AnyTagClassName
{
color: #270505;
}
</style>
background-color css
<style>
a { background-color: #270505; }
a { background-color: rgb(39,5,5); }
div.DivClassName
{
background-color: #270505;
}
.BgClassName
{
background-color: #270505;
}
</style>
border-color css
<style>
span { border-color: #270505; }
span { border-color: rgb(39,5,5); }
td.TdClassName
{
border-color: #270505;
}
.TagClassName
{
border-color: #270505;
}
</style>