Shades of Seal Brown #3B140F
Tints of Seal Brown #3B140F
RGB
CMYK
RGB Variations
Color information
#3B140F (or 0x3B140F) is known color: Seal Brown. HEX triplet: 3B, 14 and 0F. RGB value is (59,20,15). Sum of RGB (Red+Green+Blue) = 59+20+15=94 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.77% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 59 - color contains mainly: red. Hex color #3B140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B140F is #C4EBF0. Grayscale: #1F1F1F. Windows color (decimal): -12905457 or 988219. OLE color: 988219.
HSL color Cylindrical-coordinate representation of color #3B140F: hue angle of 6.82º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B140F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 15 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.77 |
| HSL | 6.82º | 0.59% | 0.15% | - |
| HSV(B) | 6.82º | 0.75% | 0.23% | - |
| XYZ | 2.14 | 1.46 | 0.62 | - |
| YUV | 31.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 15 | 0 | 0.66 | 0.75 | 0.77 | 6.82 | 0.59 | 0.15 |
| Hex | 3B | 14 | F | 0 | 42 | 4B | 4D | 7 | 3B | F |
| Octal | 73 | 24 | 17 | 0 | 102 | 113 | 115 | 7 | 73 | 17 |
| Binary | 111011 | 10100 | 1111 | 0 | 1000010 | 1001011 | 1001101 | 111 | 111011 | 1111 |
Color Harmonies of #3B140F
Complementary color
Monochromatic Colors of #3B140F
Black with #3B140F
Text Example
Text Example
White with #3B140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B140F; }
p { color: rgb(59,20,15); }
H1.HeaderClassName
{
color: #3B140F;
}
.AnyTagClassName
{
color: #3B140F;
}
</style>
background-color css
<style>
a { background-color: #3B140F; }
a { background-color: rgb(59,20,15); }
div.DivClassName
{
background-color: #3B140F;
}
.BgClassName
{
background-color: #3B140F;
}
</style>
border-color css
<style>
span { border-color: #3B140F; }
span { border-color: rgb(59,20,15); }
td.TdClassName
{
border-color: #3B140F;
}
.TagClassName
{
border-color: #3B140F;
}
</style>