Shades of Seal Brown #3B1C1B
Tints of Seal Brown #3B1C1B
RGB
CMYK
RGB Variations
Color information
#3B1C1B (or 0x3B1C1B) is known color: Seal Brown. HEX triplet: 3B, 1C and 1B. RGB value is (59,28,27). Sum of RGB (Red+Green+Blue) = 59+28+27=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1C1B is #C4E3E4. Grayscale: #252525. Windows color (decimal): -12903397 or 1776699. OLE color: 1776699.
HSL color Cylindrical-coordinate representation of color #3B1C1B: hue angle of 1.88º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B1C1B is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 28 | 27 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.77 |
| HSL | 1.88º | 0.37% | 0.17% | - |
| HSV(B) | 1.88º | 0.54% | 0.23% | - |
| XYZ | 2.42 | 1.84 | 1.26 | - |
| YUV | 37.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 27 | 0 | 0.53 | 0.54 | 0.77 | 1.88 | 0.37 | 0.17 |
| Hex | 3B | 1C | 1B | 0 | 35 | 36 | 4D | 2 | 25 | 11 |
| Octal | 73 | 34 | 33 | 0 | 65 | 66 | 115 | 2 | 45 | 21 |
| Binary | 111011 | 11100 | 11011 | 0 | 110101 | 110110 | 1001101 | 10 | 100101 | 10001 |
Color Harmonies of #3B1C1B
Complementary color
Monochromatic Colors of #3B1C1B
Black with #3B1C1B
Text Example
Text Example
White with #3B1C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1C1B; }
p { color: rgb(59,28,27); }
H1.HeaderClassName
{
color: #3B1C1B;
}
.AnyTagClassName
{
color: #3B1C1B;
}
</style>
background-color css
<style>
a { background-color: #3B1C1B; }
a { background-color: rgb(59,28,27); }
div.DivClassName
{
background-color: #3B1C1B;
}
.BgClassName
{
background-color: #3B1C1B;
}
</style>
border-color css
<style>
span { border-color: #3B1C1B; }
span { border-color: rgb(59,28,27); }
td.TdClassName
{
border-color: #3B1C1B;
}
.TagClassName
{
border-color: #3B1C1B;
}
</style>