Shades of Seal Brown #461B19
Tints of Seal Brown #461B19
RGB
CMYK
RGB Variations
Color information
#461B19 (or 0x461B19) is known color: Seal Brown. HEX triplet: 46, 1B and 19. RGB value is (70,27,25). Sum of RGB (Red+Green+Blue) = 70+27+25=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B19 is #B9E4E6. Grayscale: #272727. Windows color (decimal): -12182759 or 1645382. OLE color: 1645382.
HSL color Cylindrical-coordinate representation of color #461B19: hue angle of 2.67º 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 #461B19 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 25 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.73 |
| HSL | 2.67º | 0.47% | 0.19% | - |
| HSV(B) | 2.67º | 0.64% | 0.27% | - |
| XYZ | 3.09 | 2.16 | 1.17 | - |
| YUV | 39.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 25 | 0 | 0.61 | 0.64 | 0.73 | 2.67 | 0.47 | 0.19 |
| Hex | 46 | 1B | 19 | 0 | 3D | 40 | 49 | 3 | 2F | 13 |
| Octal | 106 | 33 | 31 | 0 | 75 | 100 | 111 | 3 | 57 | 23 |
| Binary | 1000110 | 11011 | 11001 | 0 | 111101 | 1000000 | 1001001 | 11 | 101111 | 10011 |
Color Harmonies of #461B19
Complementary color
Monochromatic Colors of #461B19
Black with #461B19
Text Example
Text Example
White with #461B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B19; }
p { color: rgb(70,27,25); }
H1.HeaderClassName
{
color: #461B19;
}
.AnyTagClassName
{
color: #461B19;
}
</style>
background-color css
<style>
a { background-color: #461B19; }
a { background-color: rgb(70,27,25); }
div.DivClassName
{
background-color: #461B19;
}
.BgClassName
{
background-color: #461B19;
}
</style>
border-color css
<style>
span { border-color: #461B19; }
span { border-color: rgb(70,27,25); }
td.TdClassName
{
border-color: #461B19;
}
.TagClassName
{
border-color: #461B19;
}
</style>