Shades of Seal Brown #461919
Tints of Seal Brown #461919
RGB
CMYK
RGB Variations
Color information
#461919 (or 0x461919) is known color: Seal Brown. HEX triplet: 46, 19 and 19. RGB value is (70,25,25). Sum of RGB (Red+Green+Blue) = 70+25+25=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #461919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461919 is #B9E6E6. Grayscale: #262626. Windows color (decimal): -12183271 or 1644870. OLE color: 1644870.
HSL color Cylindrical-coordinate representation of color #461919: hue angle of 0º 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 #461919 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 25 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.73 |
| HSL | 0º | 0.47% | 0.19% | - |
| HSV(B) | 0º | 0.64% | 0.27% | - |
| XYZ | 3.05 | 2.07 | 1.16 | - |
| YUV | 38.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 25 | 0 | 0.64 | 0.64 | 0.73 | 0 | 0.47 | 0.19 |
| Hex | 46 | 19 | 19 | 0 | 40 | 40 | 49 | 0 | 2F | 13 |
| Octal | 106 | 31 | 31 | 0 | 100 | 100 | 111 | 0 | 57 | 23 |
| Binary | 1000110 | 11001 | 11001 | 0 | 1000000 | 1000000 | 1001001 | 0 | 101111 | 10011 |
Color Harmonies of #461919
Complementary color
Monochromatic Colors of #461919
Black with #461919
Text Example
Text Example
White with #461919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461919; }
p { color: rgb(70,25,25); }
H1.HeaderClassName
{
color: #461919;
}
.AnyTagClassName
{
color: #461919;
}
</style>
background-color css
<style>
a { background-color: #461919; }
a { background-color: rgb(70,25,25); }
div.DivClassName
{
background-color: #461919;
}
.BgClassName
{
background-color: #461919;
}
</style>
border-color css
<style>
span { border-color: #461919; }
span { border-color: rgb(70,25,25); }
td.TdClassName
{
border-color: #461919;
}
.TagClassName
{
border-color: #461919;
}
</style>