Shades of Seal Brown #461C1A
Tints of Seal Brown #461C1A
RGB
CMYK
RGB Variations
Color information
#461C1A (or 0x461C1A) is known color: Seal Brown. HEX triplet: 46, 1C and 1A. RGB value is (70,28,26). Sum of RGB (Red+Green+Blue) = 70+28+26=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #461C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C1A is #B9E3E5. Grayscale: #282828. Windows color (decimal): -12182502 or 1711174. OLE color: 1711174.
HSL color Cylindrical-coordinate representation of color #461C1A: hue angle of 2.73º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461C1A is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 26 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.73 |
| HSL | 2.73º | 0.46% | 0.19% | - |
| HSV(B) | 2.73º | 0.63% | 0.27% | - |
| XYZ | 3.13 | 2.21 | 1.24 | - |
| YUV | 40.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 26 | 0 | 0.60 | 0.63 | 0.73 | 2.73 | 0.46 | 0.19 |
| Hex | 46 | 1C | 1A | 0 | 3C | 3F | 49 | 3 | 2E | 13 |
| Octal | 106 | 34 | 32 | 0 | 74 | 77 | 111 | 3 | 56 | 23 |
| Binary | 1000110 | 11100 | 11010 | 0 | 111100 | 111111 | 1001001 | 11 | 101110 | 10011 |
Color Harmonies of #461C1A
Complementary color
Monochromatic Colors of #461C1A
Black with #461C1A
Text Example
Text Example
White with #461C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C1A; }
p { color: rgb(70,28,26); }
H1.HeaderClassName
{
color: #461C1A;
}
.AnyTagClassName
{
color: #461C1A;
}
</style>
background-color css
<style>
a { background-color: #461C1A; }
a { background-color: rgb(70,28,26); }
div.DivClassName
{
background-color: #461C1A;
}
.BgClassName
{
background-color: #461C1A;
}
</style>
border-color css
<style>
span { border-color: #461C1A; }
span { border-color: rgb(70,28,26); }
td.TdClassName
{
border-color: #461C1A;
}
.TagClassName
{
border-color: #461C1A;
}
</style>