Shades of Seal Brown #461A17
Tints of Seal Brown #461A17
RGB
CMYK
RGB Variations
Color information
#461A17 (or 0x461A17) is known color: Seal Brown. HEX triplet: 46, 1A and 17. RGB value is (70,26,23). Sum of RGB (Red+Green+Blue) = 70+26+23=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #461A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A17 is #B9E5E8. Grayscale: #262626. Windows color (decimal): -12183017 or 1514054. OLE color: 1514054.
HSL color Cylindrical-coordinate representation of color #461A17: hue angle of 3.83º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461A17 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 23 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.73 |
| HSL | 3.83º | 0.51% | 0.18% | - |
| HSV(B) | 3.83º | 0.67% | 0.27% | - |
| XYZ | 3.05 | 2.1 | 1.06 | - |
| YUV | 38.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 23 | 0 | 0.63 | 0.67 | 0.73 | 3.83 | 0.51 | 0.18 |
| Hex | 46 | 1A | 17 | 0 | 3F | 43 | 49 | 4 | 33 | 12 |
| Octal | 106 | 32 | 27 | 0 | 77 | 103 | 111 | 4 | 63 | 22 |
| Binary | 1000110 | 11010 | 10111 | 0 | 111111 | 1000011 | 1001001 | 100 | 110011 | 10010 |
Color Harmonies of #461A17
Complementary color
Monochromatic Colors of #461A17
Black with #461A17
Text Example
Text Example
White with #461A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A17; }
p { color: rgb(70,26,23); }
H1.HeaderClassName
{
color: #461A17;
}
.AnyTagClassName
{
color: #461A17;
}
</style>
background-color css
<style>
a { background-color: #461A17; }
a { background-color: rgb(70,26,23); }
div.DivClassName
{
background-color: #461A17;
}
.BgClassName
{
background-color: #461A17;
}
</style>
border-color css
<style>
span { border-color: #461A17; }
span { border-color: rgb(70,26,23); }
td.TdClassName
{
border-color: #461A17;
}
.TagClassName
{
border-color: #461A17;
}
</style>