Shades of Seal Brown #3B0D06
Tints of Seal Brown #3B0D06
RGB
CMYK
RGB Variations
Color information
#3B0D06 (or 0x3B0D06) is known color: Seal Brown. HEX triplet: 3B, 0D and 06. RGB value is (59,13,6). Sum of RGB (Red+Green+Blue) = 59+13+6=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D06 is #C4F2F9. Grayscale: #1A1A1A. Windows color (decimal): -12907258 or 396603. OLE color: 396603.
HSL color Cylindrical-coordinate representation of color #3B0D06: hue angle of 7.92º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0D06 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 13 | 6 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.77 |
| HSL | 7.92º | 0.82% | 0.13% | - |
| HSV(B) | 7.92º | 0.9% | 0.23% | - |
| XYZ | 1.98 | 1.23 | 0.31 | - |
| YUV | 25.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 6 | 0 | 0.78 | 0.90 | 0.77 | 7.92 | 0.82 | 0.13 |
| Hex | 3B | D | 6 | 0 | 4E | 5A | 4D | 8 | 52 | D |
| Octal | 73 | 15 | 6 | 0 | 116 | 132 | 115 | 10 | 122 | 15 |
| Binary | 111011 | 1101 | 110 | 0 | 1001110 | 1011010 | 1001101 | 1000 | 1010010 | 1101 |
Color Harmonies of #3B0D06
Complementary color
Monochromatic Colors of #3B0D06
Black with #3B0D06
Text Example
Text Example
White with #3B0D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D06; }
p { color: rgb(59,13,6); }
H1.HeaderClassName
{
color: #3B0D06;
}
.AnyTagClassName
{
color: #3B0D06;
}
</style>
background-color css
<style>
a { background-color: #3B0D06; }
a { background-color: rgb(59,13,6); }
div.DivClassName
{
background-color: #3B0D06;
}
.BgClassName
{
background-color: #3B0D06;
}
</style>
border-color css
<style>
span { border-color: #3B0D06; }
span { border-color: rgb(59,13,6); }
td.TdClassName
{
border-color: #3B0D06;
}
.TagClassName
{
border-color: #3B0D06;
}
</style>