Shades of Seal Brown #3B0901
Tints of Seal Brown #3B0901
RGB
CMYK
RGB Variations
Color information
#3B0901 (or 0x3B0901) is known color: Seal Brown. HEX triplet: 3B, 09 and 01. RGB value is (59,9,1). Sum of RGB (Red+Green+Blue) = 59+9+1=69 (9% of max value = 765). Red value is 59 (23.44% from 255 or 85.51% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0901 is #C4F6FE. Grayscale: #171717. Windows color (decimal): -12908287 or 67899. OLE color: 67899.
HSL color Cylindrical-coordinate representation of color #3B0901: hue angle of 8.28º 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 #3B0901 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 1 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.77 |
| HSL | 8.28º | 0.97% | 0.12% | - |
| HSV(B) | 8.28º | 0.98% | 0.23% | - |
| XYZ | 1.91 | 1.13 | 0.15 | - |
| YUV | 23.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 1 | 0 | 0.85 | 0.98 | 0.77 | 8.28 | 0.97 | 0.12 |
| Hex | 3B | 9 | 1 | 0 | 55 | 62 | 4D | 8 | 61 | C |
| Octal | 73 | 11 | 1 | 0 | 125 | 142 | 115 | 10 | 141 | 14 |
| Binary | 111011 | 1001 | 1 | 0 | 1010101 | 1100010 | 1001101 | 1000 | 1100001 | 1100 |
Color Harmonies of #3B0901
Complementary color
Monochromatic Colors of #3B0901
Black with #3B0901
Text Example
Text Example
White with #3B0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0901; }
p { color: rgb(59,9,1); }
H1.HeaderClassName
{
color: #3B0901;
}
.AnyTagClassName
{
color: #3B0901;
}
</style>
background-color css
<style>
a { background-color: #3B0901; }
a { background-color: rgb(59,9,1); }
div.DivClassName
{
background-color: #3B0901;
}
.BgClassName
{
background-color: #3B0901;
}
</style>
border-color css
<style>
span { border-color: #3B0901; }
span { border-color: rgb(59,9,1); }
td.TdClassName
{
border-color: #3B0901;
}
.TagClassName
{
border-color: #3B0901;
}
</style>