Shades of Seal Brown #310A04
Tints of Seal Brown #310A04
RGB
CMYK
RGB Variations
Color information
#310A04 (or 0x310A04) is known color: Seal Brown. HEX triplet: 31, 0A and 04. RGB value is (49,10,4). Sum of RGB (Red+Green+Blue) = 49+10+4=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #310A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A04 is #CEF5FB. Grayscale: #151515. Windows color (decimal): -13563388 or 264753. OLE color: 264753.
HSL color Cylindrical-coordinate representation of color #310A04: hue angle of 8º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310A04 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 10 | 4 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.81 |
| HSL | 8º | 0.85% | 0.1% | - |
| HSV(B) | 8º | 0.92% | 0.19% | - |
| XYZ | 1.4 | 0.88 | 0.21 | - |
| YUV | 20.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 4 | 0 | 0.80 | 0.92 | 0.81 | 8 | 0.85 | 0.1 |
| Hex | 31 | A | 4 | 0 | 50 | 5C | 51 | 8 | 55 | A |
| Octal | 61 | 12 | 4 | 0 | 120 | 134 | 121 | 10 | 125 | 12 |
| Binary | 110001 | 1010 | 100 | 0 | 1010000 | 1011100 | 1010001 | 1000 | 1010101 | 1010 |
Color Harmonies of #310A04
Complementary color
Monochromatic Colors of #310A04
Black with #310A04
Text Example
Text Example
White with #310A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A04; }
p { color: rgb(49,10,4); }
H1.HeaderClassName
{
color: #310A04;
}
.AnyTagClassName
{
color: #310A04;
}
</style>
background-color css
<style>
a { background-color: #310A04; }
a { background-color: rgb(49,10,4); }
div.DivClassName
{
background-color: #310A04;
}
.BgClassName
{
background-color: #310A04;
}
</style>
border-color css
<style>
span { border-color: #310A04; }
span { border-color: rgb(49,10,4); }
td.TdClassName
{
border-color: #310A04;
}
.TagClassName
{
border-color: #310A04;
}
</style>