Shades of Seal Brown #3B1410
Tints of Seal Brown #3B1410
RGB
CMYK
RGB Variations
Color information
#3B1410 (or 0x3B1410) is known color: Seal Brown. HEX triplet: 3B, 14 and 10. RGB value is (59,20,16). Sum of RGB (Red+Green+Blue) = 59+20+16=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1410 is #C4EBEF. Grayscale: #1F1F1F. Windows color (decimal): -12905456 or 1053755. OLE color: 1053755.
HSL color Cylindrical-coordinate representation of color #3B1410: hue angle of 5.58º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1410 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 16 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.77 |
| HSL | 5.58º | 0.57% | 0.15% | - |
| HSV(B) | 5.58º | 0.73% | 0.23% | - |
| XYZ | 2.15 | 1.47 | 0.66 | - |
| YUV | 31.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 16 | 0 | 0.66 | 0.73 | 0.77 | 5.58 | 0.57 | 0.15 |
| Hex | 3B | 14 | 10 | 0 | 42 | 49 | 4D | 6 | 39 | F |
| Octal | 73 | 24 | 20 | 0 | 102 | 111 | 115 | 6 | 71 | 17 |
| Binary | 111011 | 10100 | 10000 | 0 | 1000010 | 1001001 | 1001101 | 110 | 111001 | 1111 |
Color Harmonies of #3B1410
Complementary color
Monochromatic Colors of #3B1410
Black with #3B1410
Text Example
Text Example
White with #3B1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1410; }
p { color: rgb(59,20,16); }
H1.HeaderClassName
{
color: #3B1410;
}
.AnyTagClassName
{
color: #3B1410;
}
</style>
background-color css
<style>
a { background-color: #3B1410; }
a { background-color: rgb(59,20,16); }
div.DivClassName
{
background-color: #3B1410;
}
.BgClassName
{
background-color: #3B1410;
}
</style>
border-color css
<style>
span { border-color: #3B1410; }
span { border-color: rgb(59,20,16); }
td.TdClassName
{
border-color: #3B1410;
}
.TagClassName
{
border-color: #3B1410;
}
</style>