Shades of Seal Brown #461A19
Tints of Seal Brown #461A19
RGB
CMYK
RGB Variations
Color information
#461A19 (or 0x461A19) is known color: Seal Brown. HEX triplet: 46, 1A and 19. RGB value is (70,26,25). Sum of RGB (Red+Green+Blue) = 70+26+25=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #461A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A19 is #B9E5E6. Grayscale: #272727. Windows color (decimal): -12183015 or 1645126. OLE color: 1645126.
HSL color Cylindrical-coordinate representation of color #461A19: hue angle of 1.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461A19 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 25 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.73 |
| HSL | 1.33º | 0.47% | 0.19% | - |
| HSV(B) | 1.33º | 0.64% | 0.27% | - |
| XYZ | 3.07 | 2.11 | 1.17 | - |
| YUV | 39.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 25 | 0 | 0.63 | 0.64 | 0.73 | 1.33 | 0.47 | 0.19 |
| Hex | 46 | 1A | 19 | 0 | 3F | 40 | 49 | 1 | 2F | 13 |
| Octal | 106 | 32 | 31 | 0 | 77 | 100 | 111 | 1 | 57 | 23 |
| Binary | 1000110 | 11010 | 11001 | 0 | 111111 | 1000000 | 1001001 | 1 | 101111 | 10011 |
Color Harmonies of #461A19
Complementary color
Monochromatic Colors of #461A19
Black with #461A19
Text Example
Text Example
White with #461A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A19; }
p { color: rgb(70,26,25); }
H1.HeaderClassName
{
color: #461A19;
}
.AnyTagClassName
{
color: #461A19;
}
</style>
background-color css
<style>
a { background-color: #461A19; }
a { background-color: rgb(70,26,25); }
div.DivClassName
{
background-color: #461A19;
}
.BgClassName
{
background-color: #461A19;
}
</style>
border-color css
<style>
span { border-color: #461A19; }
span { border-color: rgb(70,26,25); }
td.TdClassName
{
border-color: #461A19;
}
.TagClassName
{
border-color: #461A19;
}
</style>