Shades of Seal Brown #3B1100
Tints of Seal Brown #3B1100
RGB
CMYK
RGB Variations
Color information
#3B1100 (or 0x3B1100) is known color: Seal Brown. HEX triplet: 3B, 11 and 00. RGB value is (59,17,0). Sum of RGB (Red+Green+Blue) = 59+17+0=76 (10% of max value = 765). Red value is 59 (23.44% from 255 or 77.63% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1100 is #C4EEFF. Grayscale: #1B1B1B. Windows color (decimal): -12906240 or 4411. OLE color: 4411.
HSL color Cylindrical-coordinate representation of color #3B1100: hue angle of 17.29º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B1100 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.77 |
| HSL | 17.29º | 1% | 0.12% | - |
| HSV(B) | 17.29º | 1% | 0.23% | - |
| XYZ | 2 | 1.33 | 0.15 | - |
| YUV | 27.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 0 | 0 | 0.71 | 1 | 0.77 | 17.29 | 1 | 0.12 |
| Hex | 3B | 11 | 0 | 0 | 47 | 64 | 4D | 11 | 64 | C |
| Octal | 73 | 21 | 0 | 0 | 107 | 144 | 115 | 21 | 144 | 14 |
| Binary | 111011 | 10001 | 0 | 0 | 1000111 | 1100100 | 1001101 | 10001 | 1100100 | 1100 |
Color Harmonies of #3B1100
Complementary color
Monochromatic Colors of #3B1100
Black with #3B1100
Text Example
Text Example
White with #3B1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1100; }
p { color: rgb(59,17,0); }
H1.HeaderClassName
{
color: #3B1100;
}
.AnyTagClassName
{
color: #3B1100;
}
</style>
background-color css
<style>
a { background-color: #3B1100; }
a { background-color: rgb(59,17,0); }
div.DivClassName
{
background-color: #3B1100;
}
.BgClassName
{
background-color: #3B1100;
}
</style>
border-color css
<style>
span { border-color: #3B1100; }
span { border-color: rgb(59,17,0); }
td.TdClassName
{
border-color: #3B1100;
}
.TagClassName
{
border-color: #3B1100;
}
</style>