Shades of Seal Brown #470800
Tints of Seal Brown #470800
RGB
CMYK
RGB Variations
Color information
#470800 (or 0x470800) is known color: Seal Brown. HEX triplet: 47, 08 and 00. RGB value is (71,8,0). Sum of RGB (Red+Green+Blue) = 71+8+0=79 (10% of max value = 765). Red value is 71 (28.12% from 255 or 89.87% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 71 - color contains mainly: red. Hex color #470800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470800 is #B8F7FF. Grayscale: #1A1A1A. Windows color (decimal): -12122112 or 2119. OLE color: 2119.
HSL color Cylindrical-coordinate representation of color #470800: hue angle of 6.76º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470800 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 8 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.72 |
| HSL | 6.76º | 1% | 0.14% | - |
| HSV(B) | 6.76º | 1% | 0.28% | - |
| XYZ | 2.69 | 1.51 | 0.15 | - |
| YUV | 25.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 0 | 0 | 0.89 | 1 | 0.72 | 6.76 | 1 | 0.14 |
| Hex | 47 | 8 | 0 | 0 | 59 | 64 | 48 | 7 | 64 | E |
| Octal | 107 | 10 | 0 | 0 | 131 | 144 | 110 | 7 | 144 | 16 |
| Binary | 1000111 | 1000 | 0 | 0 | 1011001 | 1100100 | 1001000 | 111 | 1100100 | 1110 |
Color Harmonies of #470800
Complementary color
Monochromatic Colors of #470800
Black with #470800
Text Example
Text Example
White with #470800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470800; }
p { color: rgb(71,8,0); }
H1.HeaderClassName
{
color: #470800;
}
.AnyTagClassName
{
color: #470800;
}
</style>
background-color css
<style>
a { background-color: #470800; }
a { background-color: rgb(71,8,0); }
div.DivClassName
{
background-color: #470800;
}
.BgClassName
{
background-color: #470800;
}
</style>
border-color css
<style>
span { border-color: #470800; }
span { border-color: rgb(71,8,0); }
td.TdClassName
{
border-color: #470800;
}
.TagClassName
{
border-color: #470800;
}
</style>