Shades of Seal Brown #3F0900
Tints of Seal Brown #3F0900
RGB
CMYK
RGB Variations
Color information
#3F0900 (or 0x3F0900) is known color: Seal Brown. HEX triplet: 3F, 09 and 00. RGB value is (63,9,0). Sum of RGB (Red+Green+Blue) = 63+9+0=72 (9% of max value = 765). Red value is 63 (25% from 255 or 87.5% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0900 is #C0F6FF. Grayscale: #181818. Windows color (decimal): -12646144 or 2367. OLE color: 2367.
HSL color Cylindrical-coordinate representation of color #3F0900: hue angle of 8.57º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0900 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.75 |
| HSL | 8.57º | 1% | 0.12% | - |
| HSV(B) | 8.57º | 1% | 0.25% | - |
| XYZ | 2.15 | 1.25 | 0.13 | - |
| YUV | 24.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 0 | 0 | 0.86 | 1 | 0.75 | 8.57 | 1 | 0.12 |
| Hex | 3F | 9 | 0 | 0 | 56 | 64 | 4B | 9 | 64 | C |
| Octal | 77 | 11 | 0 | 0 | 126 | 144 | 113 | 11 | 144 | 14 |
| Binary | 111111 | 1001 | 0 | 0 | 1010110 | 1100100 | 1001011 | 1001 | 1100100 | 1100 |
Color Harmonies of #3F0900
Complementary color
Monochromatic Colors of #3F0900
Black with #3F0900
Text Example
Text Example
White with #3F0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0900; }
p { color: rgb(63,9,0); }
H1.HeaderClassName
{
color: #3F0900;
}
.AnyTagClassName
{
color: #3F0900;
}
</style>
background-color css
<style>
a { background-color: #3F0900; }
a { background-color: rgb(63,9,0); }
div.DivClassName
{
background-color: #3F0900;
}
.BgClassName
{
background-color: #3F0900;
}
</style>
border-color css
<style>
span { border-color: #3F0900; }
span { border-color: rgb(63,9,0); }
td.TdClassName
{
border-color: #3F0900;
}
.TagClassName
{
border-color: #3F0900;
}
</style>