Shades of Seal Brown #471A1A
Tints of Seal Brown #471A1A
RGB
CMYK
RGB Variations
Color information
#471A1A (or 0x471A1A) is known color: Seal Brown. HEX triplet: 47, 1A and 1A. RGB value is (71,26,26). Sum of RGB (Red+Green+Blue) = 71+26+26=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A1A is #B8E5E5. Grayscale: #272727. Windows color (decimal): -12117478 or 1710663. OLE color: 1710663.
HSL color Cylindrical-coordinate representation of color #471A1A: hue angle of 0º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A1A is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 26 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.72 |
| HSL | 0º | 0.46% | 0.19% | - |
| HSV(B) | 0º | 0.63% | 0.28% | - |
| XYZ | 3.15 | 2.15 | 1.23 | - |
| YUV | 39.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 26 | 0 | 0.63 | 0.63 | 0.72 | 0 | 0.46 | 0.19 |
| Hex | 47 | 1A | 1A | 0 | 3F | 3F | 48 | 0 | 2E | 13 |
| Octal | 107 | 32 | 32 | 0 | 77 | 77 | 110 | 0 | 56 | 23 |
| Binary | 1000111 | 11010 | 11010 | 0 | 111111 | 111111 | 1001000 | 0 | 101110 | 10011 |
Color Harmonies of #471A1A
Complementary color
Monochromatic Colors of #471A1A
Black with #471A1A
Text Example
Text Example
White with #471A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A1A; }
p { color: rgb(71,26,26); }
H1.HeaderClassName
{
color: #471A1A;
}
.AnyTagClassName
{
color: #471A1A;
}
</style>
background-color css
<style>
a { background-color: #471A1A; }
a { background-color: rgb(71,26,26); }
div.DivClassName
{
background-color: #471A1A;
}
.BgClassName
{
background-color: #471A1A;
}
</style>
border-color css
<style>
span { border-color: #471A1A; }
span { border-color: rgb(71,26,26); }
td.TdClassName
{
border-color: #471A1A;
}
.TagClassName
{
border-color: #471A1A;
}
</style>