Shades of Seal Brown #270403
Tints of Seal Brown #270403
RGB
CMYK
RGB Variations
Color information
#270403 (or 0x270403) is known color: Seal Brown. HEX triplet: 27, 04 and 03. RGB value is (39,4,3). Sum of RGB (Red+Green+Blue) = 39+4+3=46 (6% of max value = 765). Red value is 39 (15.62% from 255 or 84.78% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 3 (1.56% from 255 or 6.52% from 46); Max value from RGB is 39 - color contains mainly: red. Hex color #270403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270403 is #D8FBFC. Grayscale: #0E0E0E. Windows color (decimal): -14220285 or 197671. OLE color: 197671.
HSL color Cylindrical-coordinate representation of color #270403: hue angle of 1.67º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270403 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 4 | 3 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.85 |
| HSL | 1.67º | 0.86% | 0.08% | - |
| HSV(B) | 1.67º | 0.92% | 0.15% | - |
| XYZ | 0.9 | 0.52 | 0.14 | - |
| YUV | 14.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 3 | 0 | 0.90 | 0.92 | 0.85 | 1.67 | 0.86 | 0.08 |
| Hex | 27 | 4 | 3 | 0 | 5A | 5C | 55 | 2 | 56 | 8 |
| Octal | 47 | 4 | 3 | 0 | 132 | 134 | 125 | 2 | 126 | 10 |
| Binary | 100111 | 100 | 11 | 0 | 1011010 | 1011100 | 1010101 | 10 | 1010110 | 1000 |
Color Harmonies of #270403
Complementary color
Monochromatic Colors of #270403
Black with #270403
Text Example
Text Example
White with #270403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270403; }
p { color: rgb(39,4,3); }
H1.HeaderClassName
{
color: #270403;
}
.AnyTagClassName
{
color: #270403;
}
</style>
background-color css
<style>
a { background-color: #270403; }
a { background-color: rgb(39,4,3); }
div.DivClassName
{
background-color: #270403;
}
.BgClassName
{
background-color: #270403;
}
</style>
border-color css
<style>
span { border-color: #270403; }
span { border-color: rgb(39,4,3); }
td.TdClassName
{
border-color: #270403;
}
.TagClassName
{
border-color: #270403;
}
</style>