Shades of Seal Brown #3D0B05
Tints of Seal Brown #3D0B05
RGB
CMYK
RGB Variations
Color information
#3D0B05 (or 0x3D0B05) is known color: Seal Brown. HEX triplet: 3D, 0B and 05. RGB value is (61,11,5). Sum of RGB (Red+Green+Blue) = 61+11+5=77 (10% of max value = 765). Red value is 61 (24.22% from 255 or 79.22% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0B05 is #C2F4FA. Grayscale: #191919. Windows color (decimal): -12776699 or 330557. OLE color: 330557.
HSL color Cylindrical-coordinate representation of color #3D0B05: hue angle of 6.43º 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 #3D0B05 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 11 | 5 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.76 |
| HSL | 6.43º | 0.85% | 0.13% | - |
| HSV(B) | 6.43º | 0.92% | 0.24% | - |
| XYZ | 2.07 | 1.24 | 0.27 | - |
| YUV | 25.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 5 | 0 | 0.82 | 0.92 | 0.76 | 6.43 | 0.85 | 0.13 |
| Hex | 3D | B | 5 | 0 | 52 | 5C | 4C | 6 | 55 | D |
| Octal | 75 | 13 | 5 | 0 | 122 | 134 | 114 | 6 | 125 | 15 |
| Binary | 111101 | 1011 | 101 | 0 | 1010010 | 1011100 | 1001100 | 110 | 1010101 | 1101 |
Color Harmonies of #3D0B05
Complementary color
Monochromatic Colors of #3D0B05
Black with #3D0B05
Text Example
Text Example
White with #3D0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0B05; }
p { color: rgb(61,11,5); }
H1.HeaderClassName
{
color: #3D0B05;
}
.AnyTagClassName
{
color: #3D0B05;
}
</style>
background-color css
<style>
a { background-color: #3D0B05; }
a { background-color: rgb(61,11,5); }
div.DivClassName
{
background-color: #3D0B05;
}
.BgClassName
{
background-color: #3D0B05;
}
</style>
border-color css
<style>
span { border-color: #3D0B05; }
span { border-color: rgb(61,11,5); }
td.TdClassName
{
border-color: #3D0B05;
}
.TagClassName
{
border-color: #3D0B05;
}
</style>