Shades of Seal Brown #3D1C1B
Tints of Seal Brown #3D1C1B
RGB
CMYK
RGB Variations
Color information
#3D1C1B (or 0x3D1C1B) is known color: Seal Brown. HEX triplet: 3D, 1C and 1B. RGB value is (61,28,27). Sum of RGB (Red+Green+Blue) = 61+28+27=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C1B is #C2E3E4. Grayscale: #252525. Windows color (decimal): -12772325 or 1776701. OLE color: 1776701.
HSL color Cylindrical-coordinate representation of color #3D1C1B: hue angle of 1.76º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D1C1B is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 28 | 27 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.76 |
| HSL | 1.76º | 0.39% | 0.17% | - |
| HSV(B) | 1.76º | 0.56% | 0.24% | - |
| XYZ | 2.54 | 1.9 | 1.27 | - |
| YUV | 37.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 27 | 0 | 0.54 | 0.56 | 0.76 | 1.76 | 0.39 | 0.17 |
| Hex | 3D | 1C | 1B | 0 | 36 | 38 | 4C | 2 | 27 | 11 |
| Octal | 75 | 34 | 33 | 0 | 66 | 70 | 114 | 2 | 47 | 21 |
| Binary | 111101 | 11100 | 11011 | 0 | 110110 | 111000 | 1001100 | 10 | 100111 | 10001 |
Color Harmonies of #3D1C1B
Complementary color
Monochromatic Colors of #3D1C1B
Black with #3D1C1B
Text Example
Text Example
White with #3D1C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1C1B; }
p { color: rgb(61,28,27); }
H1.HeaderClassName
{
color: #3D1C1B;
}
.AnyTagClassName
{
color: #3D1C1B;
}
</style>
background-color css
<style>
a { background-color: #3D1C1B; }
a { background-color: rgb(61,28,27); }
div.DivClassName
{
background-color: #3D1C1B;
}
.BgClassName
{
background-color: #3D1C1B;
}
</style>
border-color css
<style>
span { border-color: #3D1C1B; }
span { border-color: rgb(61,28,27); }
td.TdClassName
{
border-color: #3D1C1B;
}
.TagClassName
{
border-color: #3D1C1B;
}
</style>