Shades of Seal Brown #390C01
Tints of Seal Brown #390C01
RGB
CMYK
RGB Variations
Color information
#390C01 (or 0x390C01) is known color: Seal Brown. HEX triplet: 39, 0C and 01. RGB value is (57,12,1). Sum of RGB (Red+Green+Blue) = 57+12+1=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C01 is #C6F3FE. Grayscale: #181818. Windows color (decimal): -13038591 or 68665. OLE color: 68665.
HSL color Cylindrical-coordinate representation of color #390C01: hue angle of 11.79º 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 #390C01 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 12 | 1 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.78 |
| HSL | 11.79º | 0.97% | 0.11% | - |
| HSV(B) | 11.79º | 0.98% | 0.22% | - |
| XYZ | 1.82 | 1.13 | 0.15 | - |
| YUV | 24.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 1 | 0 | 0.79 | 0.98 | 0.78 | 11.79 | 0.97 | 0.11 |
| Hex | 39 | C | 1 | 0 | 4F | 62 | 4E | C | 61 | B |
| Octal | 71 | 14 | 1 | 0 | 117 | 142 | 116 | 14 | 141 | 13 |
| Binary | 111001 | 1100 | 1 | 0 | 1001111 | 1100010 | 1001110 | 1100 | 1100001 | 1011 |
Color Harmonies of #390C01
Complementary color
Monochromatic Colors of #390C01
Black with #390C01
Text Example
Text Example
White with #390C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C01; }
p { color: rgb(57,12,1); }
H1.HeaderClassName
{
color: #390C01;
}
.AnyTagClassName
{
color: #390C01;
}
</style>
background-color css
<style>
a { background-color: #390C01; }
a { background-color: rgb(57,12,1); }
div.DivClassName
{
background-color: #390C01;
}
.BgClassName
{
background-color: #390C01;
}
</style>
border-color css
<style>
span { border-color: #390C01; }
span { border-color: rgb(57,12,1); }
td.TdClassName
{
border-color: #390C01;
}
.TagClassName
{
border-color: #390C01;
}
</style>