Shades of Seal Brown #3B0801
Tints of Seal Brown #3B0801
RGB
CMYK
RGB Variations
Color information
#3B0801 (or 0x3B0801) is known color: Seal Brown. HEX triplet: 3B, 08 and 01. RGB value is (59,8,1). Sum of RGB (Red+Green+Blue) = 59+8+1=68 (9% of max value = 765). Red value is 59 (23.44% from 255 or 86.76% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0801 is #C4F7FE. Grayscale: #161616. Windows color (decimal): -12908543 or 67643. OLE color: 67643.
HSL color Cylindrical-coordinate representation of color #3B0801: hue angle of 7.24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0801 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 8 | 1 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.77 |
| HSL | 7.24º | 0.97% | 0.12% | - |
| HSV(B) | 7.24º | 0.98% | 0.23% | - |
| XYZ | 1.9 | 1.11 | 0.14 | - |
| YUV | 22.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 1 | 0 | 0.86 | 0.98 | 0.77 | 7.24 | 0.97 | 0.12 |
| Hex | 3B | 8 | 1 | 0 | 56 | 62 | 4D | 7 | 61 | C |
| Octal | 73 | 10 | 1 | 0 | 126 | 142 | 115 | 7 | 141 | 14 |
| Binary | 111011 | 1000 | 1 | 0 | 1010110 | 1100010 | 1001101 | 111 | 1100001 | 1100 |
Color Harmonies of #3B0801
Complementary color
Monochromatic Colors of #3B0801
Black with #3B0801
Text Example
Text Example
White with #3B0801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0801; }
p { color: rgb(59,8,1); }
H1.HeaderClassName
{
color: #3B0801;
}
.AnyTagClassName
{
color: #3B0801;
}
</style>
background-color css
<style>
a { background-color: #3B0801; }
a { background-color: rgb(59,8,1); }
div.DivClassName
{
background-color: #3B0801;
}
.BgClassName
{
background-color: #3B0801;
}
</style>
border-color css
<style>
span { border-color: #3B0801; }
span { border-color: rgb(59,8,1); }
td.TdClassName
{
border-color: #3B0801;
}
.TagClassName
{
border-color: #3B0801;
}
</style>