Shades of Seal Brown #3D0A03
Tints of Seal Brown #3D0A03
RGB
CMYK
RGB Variations
Color information
#3D0A03 (or 0x3D0A03) is known color: Seal Brown. HEX triplet: 3D, 0A and 03. RGB value is (61,10,3). Sum of RGB (Red+Green+Blue) = 61+10+3=74 (9% of max value = 765). Red value is 61 (24.22% from 255 or 82.43% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0A03 is #C2F5FC. Grayscale: #181818. Windows color (decimal): -12776957 or 199229. OLE color: 199229.
HSL color Cylindrical-coordinate representation of color #3D0A03: hue angle of 7.24º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0A03 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 10 | 3 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.76 |
| HSL | 7.24º | 0.91% | 0.13% | - |
| HSV(B) | 7.24º | 0.95% | 0.24% | - |
| XYZ | 2.05 | 1.22 | 0.21 | - |
| YUV | 24.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 10 | 3 | 0 | 0.84 | 0.95 | 0.76 | 7.24 | 0.91 | 0.13 |
| Hex | 3D | A | 3 | 0 | 54 | 5F | 4C | 7 | 5B | D |
| Octal | 75 | 12 | 3 | 0 | 124 | 137 | 114 | 7 | 133 | 15 |
| Binary | 111101 | 1010 | 11 | 0 | 1010100 | 1011111 | 1001100 | 111 | 1011011 | 1101 |
Color Harmonies of #3D0A03
Complementary color
Monochromatic Colors of #3D0A03
Black with #3D0A03
Text Example
Text Example
White with #3D0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0A03; }
p { color: rgb(61,10,3); }
H1.HeaderClassName
{
color: #3D0A03;
}
.AnyTagClassName
{
color: #3D0A03;
}
</style>
background-color css
<style>
a { background-color: #3D0A03; }
a { background-color: rgb(61,10,3); }
div.DivClassName
{
background-color: #3D0A03;
}
.BgClassName
{
background-color: #3D0A03;
}
</style>
border-color css
<style>
span { border-color: #3D0A03; }
span { border-color: rgb(61,10,3); }
td.TdClassName
{
border-color: #3D0A03;
}
.TagClassName
{
border-color: #3D0A03;
}
</style>