Shades of Seal Brown #270200
Tints of Seal Brown #270200
RGB
CMYK
RGB Variations
Color information
#270200 (or 0x270200) is known color: Seal Brown. HEX triplet: 27, 02 and 00. RGB value is (39,2,0). Sum of RGB (Red+Green+Blue) = 39+2+0=41 (5% of max value = 765). Red value is 39 (15.62% from 255 or 95.12% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 39 - color contains mainly: red. Hex color #270200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270200 is #D8FDFF. Grayscale: #0C0C0C. Windows color (decimal): -14220800 or 551. OLE color: 551.
HSL color Cylindrical-coordinate representation of color #270200: hue angle of 3.08º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270200 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 2 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.85 |
| HSL | 3.08º | 1% | 0.08% | - |
| HSV(B) | 3.08º | 1% | 0.15% | - |
| XYZ | 0.86 | 0.47 | 0.05 | - |
| YUV | 12.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 0 | 0 | 0.95 | 1 | 0.85 | 3.08 | 1 | 0.08 |
| Hex | 27 | 2 | 0 | 0 | 5F | 64 | 55 | 3 | 64 | 8 |
| Octal | 47 | 2 | 0 | 0 | 137 | 144 | 125 | 3 | 144 | 10 |
| Binary | 100111 | 10 | 0 | 0 | 1011111 | 1100100 | 1010101 | 11 | 1100100 | 1000 |
Color Harmonies of #270200
Complementary color
Monochromatic Colors of #270200
Black with #270200
Text Example
Text Example
White with #270200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270200; }
p { color: rgb(39,2,0); }
H1.HeaderClassName
{
color: #270200;
}
.AnyTagClassName
{
color: #270200;
}
</style>
background-color css
<style>
a { background-color: #270200; }
a { background-color: rgb(39,2,0); }
div.DivClassName
{
background-color: #270200;
}
.BgClassName
{
background-color: #270200;
}
</style>
border-color css
<style>
span { border-color: #270200; }
span { border-color: rgb(39,2,0); }
td.TdClassName
{
border-color: #270200;
}
.TagClassName
{
border-color: #270200;
}
</style>