Shades of Seal Brown #411D1B
Tints of Seal Brown #411D1B
RGB
CMYK
RGB Variations
Color information
#411D1B (or 0x411D1B) is known color: Seal Brown. HEX triplet: 41, 1D and 1B. RGB value is (65,29,27). Sum of RGB (Red+Green+Blue) = 65+29+27=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #411D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D1B is #BEE2E4. Grayscale: #272727. Windows color (decimal): -12509925 or 1776961. OLE color: 1776961.
HSL color Cylindrical-coordinate representation of color #411D1B: hue angle of 3.16º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411D1B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 29 | 27 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.75 |
| HSL | 3.16º | 0.41% | 0.18% | - |
| HSV(B) | 3.16º | 0.58% | 0.25% | - |
| XYZ | 2.82 | 2.08 | 1.29 | - |
| YUV | 39.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 27 | 0 | 0.55 | 0.58 | 0.75 | 3.16 | 0.41 | 0.18 |
| Hex | 41 | 1D | 1B | 0 | 37 | 3A | 4B | 3 | 29 | 12 |
| Octal | 101 | 35 | 33 | 0 | 67 | 72 | 113 | 3 | 51 | 22 |
| Binary | 1000001 | 11101 | 11011 | 0 | 110111 | 111010 | 1001011 | 11 | 101001 | 10010 |
Color Harmonies of #411D1B
Complementary color
Monochromatic Colors of #411D1B
Black with #411D1B
Text Example
Text Example
White with #411D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D1B; }
p { color: rgb(65,29,27); }
H1.HeaderClassName
{
color: #411D1B;
}
.AnyTagClassName
{
color: #411D1B;
}
</style>
background-color css
<style>
a { background-color: #411D1B; }
a { background-color: rgb(65,29,27); }
div.DivClassName
{
background-color: #411D1B;
}
.BgClassName
{
background-color: #411D1B;
}
</style>
border-color css
<style>
span { border-color: #411D1B; }
span { border-color: rgb(65,29,27); }
td.TdClassName
{
border-color: #411D1B;
}
.TagClassName
{
border-color: #411D1B;
}
</style>