Shades of Seal Brown #3D0905
Tints of Seal Brown #3D0905
RGB
CMYK
RGB Variations
Color information
#3D0905 (or 0x3D0905) is known color: Seal Brown. HEX triplet: 3D, 09 and 05. RGB value is (61,9,5). Sum of RGB (Red+Green+Blue) = 61+9+5=75 (9% of max value = 765). Red value is 61 (24.22% from 255 or 81.33% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0905 is #C2F6FA. Grayscale: #181818. Windows color (decimal): -12777211 or 330045. OLE color: 330045.
HSL color Cylindrical-coordinate representation of color #3D0905: hue angle of 4.29º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0905 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 5 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.76 |
| HSL | 4.29º | 0.85% | 0.13% | - |
| HSV(B) | 4.29º | 0.92% | 0.24% | - |
| XYZ | 2.05 | 1.2 | 0.27 | - |
| YUV | 24.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 5 | 0 | 0.85 | 0.92 | 0.76 | 4.29 | 0.85 | 0.13 |
| Hex | 3D | 9 | 5 | 0 | 55 | 5C | 4C | 4 | 55 | D |
| Octal | 75 | 11 | 5 | 0 | 125 | 134 | 114 | 4 | 125 | 15 |
| Binary | 111101 | 1001 | 101 | 0 | 1010101 | 1011100 | 1001100 | 100 | 1010101 | 1101 |
Color Harmonies of #3D0905
Complementary color
Monochromatic Colors of #3D0905
Black with #3D0905
Text Example
Text Example
White with #3D0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0905; }
p { color: rgb(61,9,5); }
H1.HeaderClassName
{
color: #3D0905;
}
.AnyTagClassName
{
color: #3D0905;
}
</style>
background-color css
<style>
a { background-color: #3D0905; }
a { background-color: rgb(61,9,5); }
div.DivClassName
{
background-color: #3D0905;
}
.BgClassName
{
background-color: #3D0905;
}
</style>
border-color css
<style>
span { border-color: #3D0905; }
span { border-color: rgb(61,9,5); }
td.TdClassName
{
border-color: #3D0905;
}
.TagClassName
{
border-color: #3D0905;
}
</style>