Shades of Seal Brown #3B0E09
Tints of Seal Brown #3B0E09
RGB
CMYK
RGB Variations
Color information
#3B0E09 (or 0x3B0E09) is known color: Seal Brown. HEX triplet: 3B, 0E and 09. RGB value is (59,14,9). Sum of RGB (Red+Green+Blue) = 59+14+9=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0E09 is #C4F1F6. Grayscale: #1A1A1A. Windows color (decimal): -12906999 or 593467. OLE color: 593467.
HSL color Cylindrical-coordinate representation of color #3B0E09: hue angle of 6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0E09 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 14 | 9 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.77 |
| HSL | 6º | 0.74% | 0.13% | - |
| HSV(B) | 6º | 0.85% | 0.23% | - |
| XYZ | 2.01 | 1.26 | 0.4 | - |
| YUV | 26.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 9 | 0 | 0.76 | 0.85 | 0.77 | 6 | 0.74 | 0.13 |
| Hex | 3B | E | 9 | 0 | 4C | 55 | 4D | 6 | 4A | D |
| Octal | 73 | 16 | 11 | 0 | 114 | 125 | 115 | 6 | 112 | 15 |
| Binary | 111011 | 1110 | 1001 | 0 | 1001100 | 1010101 | 1001101 | 110 | 1001010 | 1101 |
Color Harmonies of #3B0E09
Complementary color
Monochromatic Colors of #3B0E09
Black with #3B0E09
Text Example
Text Example
White with #3B0E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0E09; }
p { color: rgb(59,14,9); }
H1.HeaderClassName
{
color: #3B0E09;
}
.AnyTagClassName
{
color: #3B0E09;
}
</style>
background-color css
<style>
a { background-color: #3B0E09; }
a { background-color: rgb(59,14,9); }
div.DivClassName
{
background-color: #3B0E09;
}
.BgClassName
{
background-color: #3B0E09;
}
</style>
border-color css
<style>
span { border-color: #3B0E09; }
span { border-color: rgb(59,14,9); }
td.TdClassName
{
border-color: #3B0E09;
}
.TagClassName
{
border-color: #3B0E09;
}
</style>