Shades of Seal Brown #310A09
Tints of Seal Brown #310A09
RGB
CMYK
RGB Variations
Color information
#310A09 (or 0x310A09) is known color: Seal Brown. HEX triplet: 31, 0A and 09. RGB value is (49,10,9). Sum of RGB (Red+Green+Blue) = 49+10+9=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #310A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A09 is #CEF5F6. Grayscale: #151515. Windows color (decimal): -13563383 or 592433. OLE color: 592433.
HSL color Cylindrical-coordinate representation of color #310A09: hue angle of 1.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310A09 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 10 | 9 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.81 |
| HSL | 1.5º | 0.69% | 0.11% | - |
| HSV(B) | 1.5º | 0.82% | 0.19% | - |
| XYZ | 1.42 | 0.89 | 0.36 | - |
| YUV | 21.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 9 | 0 | 0.80 | 0.82 | 0.81 | 1.5 | 0.69 | 0.11 |
| Hex | 31 | A | 9 | 0 | 50 | 52 | 51 | 2 | 45 | B |
| Octal | 61 | 12 | 11 | 0 | 120 | 122 | 121 | 2 | 105 | 13 |
| Binary | 110001 | 1010 | 1001 | 0 | 1010000 | 1010010 | 1010001 | 10 | 1000101 | 1011 |
Color Harmonies of #310A09
Complementary color
Monochromatic Colors of #310A09
Black with #310A09
Text Example
Text Example
White with #310A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A09; }
p { color: rgb(49,10,9); }
H1.HeaderClassName
{
color: #310A09;
}
.AnyTagClassName
{
color: #310A09;
}
</style>
background-color css
<style>
a { background-color: #310A09; }
a { background-color: rgb(49,10,9); }
div.DivClassName
{
background-color: #310A09;
}
.BgClassName
{
background-color: #310A09;
}
</style>
border-color css
<style>
span { border-color: #310A09; }
span { border-color: rgb(49,10,9); }
td.TdClassName
{
border-color: #310A09;
}
.TagClassName
{
border-color: #310A09;
}
</style>