Shades of Seal Brown #390800
Tints of Seal Brown #390800
RGB
CMYK
RGB Variations
Color information
#390800 (or 0x390800) is known color: Seal Brown. HEX triplet: 39, 08 and 00. RGB value is (57,8,0). Sum of RGB (Red+Green+Blue) = 57+8+0=65 (8% of max value = 765). Red value is 57 (22.66% from 255 or 87.69% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 57 - color contains mainly: red. Hex color #390800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390800 is #C6F7FF. Grayscale: #151515. Windows color (decimal): -13039616 or 2105. OLE color: 2105.
HSL color Cylindrical-coordinate representation of color #390800: hue angle of 8.42º 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 #390800 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 8 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.78 |
| HSL | 8.42º | 1% | 0.11% | - |
| HSV(B) | 8.42º | 1% | 0.22% | - |
| XYZ | 1.77 | 1.04 | 0.11 | - |
| YUV | 21.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 8 | 0 | 0 | 0.86 | 1 | 0.78 | 8.42 | 1 | 0.11 |
| Hex | 39 | 8 | 0 | 0 | 56 | 64 | 4E | 8 | 64 | B |
| Octal | 71 | 10 | 0 | 0 | 126 | 144 | 116 | 10 | 144 | 13 |
| Binary | 111001 | 1000 | 0 | 0 | 1010110 | 1100100 | 1001110 | 1000 | 1100100 | 1011 |
Color Harmonies of #390800
Complementary color
Monochromatic Colors of #390800
Black with #390800
Text Example
Text Example
White with #390800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390800; }
p { color: rgb(57,8,0); }
H1.HeaderClassName
{
color: #390800;
}
.AnyTagClassName
{
color: #390800;
}
</style>
background-color css
<style>
a { background-color: #390800; }
a { background-color: rgb(57,8,0); }
div.DivClassName
{
background-color: #390800;
}
.BgClassName
{
background-color: #390800;
}
</style>
border-color css
<style>
span { border-color: #390800; }
span { border-color: rgb(57,8,0); }
td.TdClassName
{
border-color: #390800;
}
.TagClassName
{
border-color: #390800;
}
</style>