Shades of Seal Brown #3D1814
Tints of Seal Brown #3D1814
RGB
CMYK
RGB Variations
Color information
#3D1814 (or 0x3D1814) is known color: Seal Brown. HEX triplet: 3D, 18 and 14. RGB value is (61,24,20). Sum of RGB (Red+Green+Blue) = 61+24+20=105 (13% of max value = 765). Red value is 61 (24.22% from 255 or 58.10% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1814 is #C2E7EB. Grayscale: #222222. Windows color (decimal): -12773356 or 1316925. OLE color: 1316925.
HSL color Cylindrical-coordinate representation of color #3D1814: hue angle of 5.85º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D1814 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 24 | 20 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.76 |
| HSL | 5.85º | 0.51% | 0.16% | - |
| HSV(B) | 5.85º | 0.67% | 0.24% | - |
| XYZ | 2.38 | 1.7 | 0.86 | - |
| YUV | 34.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 20 | 0 | 0.61 | 0.67 | 0.76 | 5.85 | 0.51 | 0.16 |
| Hex | 3D | 18 | 14 | 0 | 3D | 43 | 4C | 6 | 33 | 10 |
| Octal | 75 | 30 | 24 | 0 | 75 | 103 | 114 | 6 | 63 | 20 |
| Binary | 111101 | 11000 | 10100 | 0 | 111101 | 1000011 | 1001100 | 110 | 110011 | 10000 |
Color Harmonies of #3D1814
Complementary color
Monochromatic Colors of #3D1814
Black with #3D1814
Text Example
Text Example
White with #3D1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1814; }
p { color: rgb(61,24,20); }
H1.HeaderClassName
{
color: #3D1814;
}
.AnyTagClassName
{
color: #3D1814;
}
</style>
background-color css
<style>
a { background-color: #3D1814; }
a { background-color: rgb(61,24,20); }
div.DivClassName
{
background-color: #3D1814;
}
.BgClassName
{
background-color: #3D1814;
}
</style>
border-color css
<style>
span { border-color: #3D1814; }
span { border-color: rgb(61,24,20); }
td.TdClassName
{
border-color: #3D1814;
}
.TagClassName
{
border-color: #3D1814;
}
</style>