Shades of Seal Brown #390A01
Tints of Seal Brown #390A01
RGB
CMYK
RGB Variations
Color information
#390A01 (or 0x390A01) is known color: Seal Brown. HEX triplet: 39, 0A and 01. RGB value is (57,10,1). Sum of RGB (Red+Green+Blue) = 57+10+1=68 (9% of max value = 765). Red value is 57 (22.66% from 255 or 83.82% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 57 - color contains mainly: red. Hex color #390A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A01 is #C6F5FE. Grayscale: #171717. Windows color (decimal): -13039103 or 68153. OLE color: 68153.
HSL color Cylindrical-coordinate representation of color #390A01: hue angle of 9.64º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390A01 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 10 | 1 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.78 |
| HSL | 9.64º | 0.97% | 0.11% | - |
| HSV(B) | 9.64º | 0.98% | 0.22% | - |
| XYZ | 1.8 | 1.09 | 0.14 | - |
| YUV | 23.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 1 | 0 | 0.82 | 0.98 | 0.78 | 9.64 | 0.97 | 0.11 |
| Hex | 39 | A | 1 | 0 | 52 | 62 | 4E | A | 61 | B |
| Octal | 71 | 12 | 1 | 0 | 122 | 142 | 116 | 12 | 141 | 13 |
| Binary | 111001 | 1010 | 1 | 0 | 1010010 | 1100010 | 1001110 | 1010 | 1100001 | 1011 |
Color Harmonies of #390A01
Complementary color
Monochromatic Colors of #390A01
Black with #390A01
Text Example
Text Example
White with #390A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A01; }
p { color: rgb(57,10,1); }
H1.HeaderClassName
{
color: #390A01;
}
.AnyTagClassName
{
color: #390A01;
}
</style>
background-color css
<style>
a { background-color: #390A01; }
a { background-color: rgb(57,10,1); }
div.DivClassName
{
background-color: #390A01;
}
.BgClassName
{
background-color: #390A01;
}
</style>
border-color css
<style>
span { border-color: #390A01; }
span { border-color: rgb(57,10,1); }
td.TdClassName
{
border-color: #390A01;
}
.TagClassName
{
border-color: #390A01;
}
</style>