Shades of Seal Brown #470C01
Tints of Seal Brown #470C01
RGB
CMYK
RGB Variations
Color information
#470C01 (or 0x470C01) is known color: Seal Brown. HEX triplet: 47, 0C and 01. RGB value is (71,12,1). Sum of RGB (Red+Green+Blue) = 71+12+1=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #470C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C01 is #B8F3FE. Grayscale: #1C1C1C. Windows color (decimal): -12121087 or 68679. OLE color: 68679.
HSL color Cylindrical-coordinate representation of color #470C01: hue angle of 9.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470C01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.72 |
| HSL | 9.43º | 0.97% | 0.14% | - |
| HSV(B) | 9.43º | 0.99% | 0.28% | - |
| XYZ | 2.74 | 1.6 | 0.19 | - |
| YUV | 28.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 1 | 0 | 0.83 | 0.99 | 0.72 | 9.43 | 0.97 | 0.14 |
| Hex | 47 | C | 1 | 0 | 53 | 63 | 48 | 9 | 61 | E |
| Octal | 107 | 14 | 1 | 0 | 123 | 143 | 110 | 11 | 141 | 16 |
| Binary | 1000111 | 1100 | 1 | 0 | 1010011 | 1100011 | 1001000 | 1001 | 1100001 | 1110 |
Color Harmonies of #470C01
Complementary color
Monochromatic Colors of #470C01
Black with #470C01
Text Example
Text Example
White with #470C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C01; }
p { color: rgb(71,12,1); }
H1.HeaderClassName
{
color: #470C01;
}
.AnyTagClassName
{
color: #470C01;
}
</style>
background-color css
<style>
a { background-color: #470C01; }
a { background-color: rgb(71,12,1); }
div.DivClassName
{
background-color: #470C01;
}
.BgClassName
{
background-color: #470C01;
}
</style>
border-color css
<style>
span { border-color: #470C01; }
span { border-color: rgb(71,12,1); }
td.TdClassName
{
border-color: #470C01;
}
.TagClassName
{
border-color: #470C01;
}
</style>