Shades of Seal Brown #390A00
Tints of Seal Brown #390A00
RGB
CMYK
RGB Variations
Color information
#390A00 (or 0x390A00) is known color: Seal Brown. HEX triplet: 39, 0A and 00. RGB value is (57,10,0). Sum of RGB (Red+Green+Blue) = 57+10+0=67 (8% of max value = 765). Red value is 57 (22.66% from 255 or 85.07% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 57 - color contains mainly: red. Hex color #390A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A00 is #C6F5FF. Grayscale: #161616. Windows color (decimal): -13039104 or 2617. OLE color: 2617.
HSL color Cylindrical-coordinate representation of color #390A00: hue angle of 10.53º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390A00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 10 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.78 |
| HSL | 10.53º | 1% | 0.11% | - |
| HSV(B) | 10.53º | 1% | 0.22% | - |
| XYZ | 1.8 | 1.09 | 0.12 | - |
| YUV | 22.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 0 | 0 | 0.82 | 1 | 0.78 | 10.53 | 1 | 0.11 |
| Hex | 39 | A | 0 | 0 | 52 | 64 | 4E | B | 64 | B |
| Octal | 71 | 12 | 0 | 0 | 122 | 144 | 116 | 13 | 144 | 13 |
| Binary | 111001 | 1010 | 0 | 0 | 1010010 | 1100100 | 1001110 | 1011 | 1100100 | 1011 |
Color Harmonies of #390A00
Complementary color
Monochromatic Colors of #390A00
Black with #390A00
Text Example
Text Example
White with #390A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A00; }
p { color: rgb(57,10,0); }
H1.HeaderClassName
{
color: #390A00;
}
.AnyTagClassName
{
color: #390A00;
}
</style>
background-color css
<style>
a { background-color: #390A00; }
a { background-color: rgb(57,10,0); }
div.DivClassName
{
background-color: #390A00;
}
.BgClassName
{
background-color: #390A00;
}
</style>
border-color css
<style>
span { border-color: #390A00; }
span { border-color: rgb(57,10,0); }
td.TdClassName
{
border-color: #390A00;
}
.TagClassName
{
border-color: #390A00;
}
</style>