Shades of Seal Brown #3B100D
Tints of Seal Brown #3B100D
RGB
CMYK
RGB Variations
Color information
#3B100D (or 0x3B100D) is known color: Seal Brown. HEX triplet: 3B, 10 and 0D. RGB value is (59,16,13). Sum of RGB (Red+Green+Blue) = 59+16+13=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B100D is #C4EFF2. Grayscale: #1C1C1C. Windows color (decimal): -12906483 or 856123. OLE color: 856123.
HSL color Cylindrical-coordinate representation of color #3B100D: hue angle of 3.91º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B100D is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 16 | 13 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.77 |
| HSL | 3.91º | 0.64% | 0.14% | - |
| HSV(B) | 3.91º | 0.78% | 0.23% | - |
| XYZ | 2.06 | 1.33 | 0.53 | - |
| YUV | 28.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 13 | 0 | 0.73 | 0.78 | 0.77 | 3.91 | 0.64 | 0.14 |
| Hex | 3B | 10 | D | 0 | 49 | 4E | 4D | 4 | 40 | E |
| Octal | 73 | 20 | 15 | 0 | 111 | 116 | 115 | 4 | 100 | 16 |
| Binary | 111011 | 10000 | 1101 | 0 | 1001001 | 1001110 | 1001101 | 100 | 1000000 | 1110 |
Color Harmonies of #3B100D
Complementary color
Monochromatic Colors of #3B100D
Black with #3B100D
Text Example
Text Example
White with #3B100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B100D; }
p { color: rgb(59,16,13); }
H1.HeaderClassName
{
color: #3B100D;
}
.AnyTagClassName
{
color: #3B100D;
}
</style>
background-color css
<style>
a { background-color: #3B100D; }
a { background-color: rgb(59,16,13); }
div.DivClassName
{
background-color: #3B100D;
}
.BgClassName
{
background-color: #3B100D;
}
</style>
border-color css
<style>
span { border-color: #3B100D; }
span { border-color: rgb(59,16,13); }
td.TdClassName
{
border-color: #3B100D;
}
.TagClassName
{
border-color: #3B100D;
}
</style>