Shades of Seal Brown #470808
Tints of Seal Brown #470808
RGB
CMYK
RGB Variations
Color information
#470808 (or 0x470808) is known color: Seal Brown. HEX triplet: 47, 08 and 08. RGB value is (71,8,8). Sum of RGB (Red+Green+Blue) = 71+8+8=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #470808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470808 is #B8F7F7. Grayscale: #1A1A1A. Windows color (decimal): -12122104 or 526407. OLE color: 526407.
HSL color Cylindrical-coordinate representation of color #470808: hue angle of 0º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470808 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 8 | 8 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.72 |
| HSL | 0º | 0.8% | 0.15% | - |
| HSV(B) | 0º | 0.89% | 0.28% | - |
| XYZ | 2.73 | 1.53 | 0.38 | - |
| YUV | 26.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 8 | 0 | 0.89 | 0.89 | 0.72 | 0 | 0.8 | 0.15 |
| Hex | 47 | 8 | 8 | 0 | 59 | 59 | 48 | 0 | 50 | F |
| Octal | 107 | 10 | 10 | 0 | 131 | 131 | 110 | 0 | 120 | 17 |
| Binary | 1000111 | 1000 | 1000 | 0 | 1011001 | 1011001 | 1001000 | 0 | 1010000 | 1111 |
Color Harmonies of #470808
Complementary color
Monochromatic Colors of #470808
Black with #470808
Text Example
Text Example
White with #470808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470808; }
p { color: rgb(71,8,8); }
H1.HeaderClassName
{
color: #470808;
}
.AnyTagClassName
{
color: #470808;
}
</style>
background-color css
<style>
a { background-color: #470808; }
a { background-color: rgb(71,8,8); }
div.DivClassName
{
background-color: #470808;
}
.BgClassName
{
background-color: #470808;
}
</style>
border-color css
<style>
span { border-color: #470808; }
span { border-color: rgb(71,8,8); }
td.TdClassName
{
border-color: #470808;
}
.TagClassName
{
border-color: #470808;
}
</style>