Shades of Seal Brown #470C03
Tints of Seal Brown #470C03
RGB
CMYK
RGB Variations
Color information
#470C03 (or 0x470C03) is known color: Seal Brown. HEX triplet: 47, 0C and 03. RGB value is (71,12,3). Sum of RGB (Red+Green+Blue) = 71+12+3=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #470C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C03 is #B8F3FC. Grayscale: #1C1C1C. Windows color (decimal): -12121085 or 199751. OLE color: 199751.
HSL color Cylindrical-coordinate representation of color #470C03: hue angle of 7.94º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470C03 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 3 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.72 |
| HSL | 7.94º | 0.92% | 0.15% | - |
| HSV(B) | 7.94º | 0.96% | 0.28% | - |
| XYZ | 2.75 | 1.61 | 0.25 | - |
| YUV | 28.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 3 | 0 | 0.83 | 0.96 | 0.72 | 7.94 | 0.92 | 0.15 |
| Hex | 47 | C | 3 | 0 | 53 | 60 | 48 | 8 | 5C | F |
| Octal | 107 | 14 | 3 | 0 | 123 | 140 | 110 | 10 | 134 | 17 |
| Binary | 1000111 | 1100 | 11 | 0 | 1010011 | 1100000 | 1001000 | 1000 | 1011100 | 1111 |
Color Harmonies of #470C03
Complementary color
Monochromatic Colors of #470C03
Black with #470C03
Text Example
Text Example
White with #470C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C03; }
p { color: rgb(71,12,3); }
H1.HeaderClassName
{
color: #470C03;
}
.AnyTagClassName
{
color: #470C03;
}
</style>
background-color css
<style>
a { background-color: #470C03; }
a { background-color: rgb(71,12,3); }
div.DivClassName
{
background-color: #470C03;
}
.BgClassName
{
background-color: #470C03;
}
</style>
border-color css
<style>
span { border-color: #470C03; }
span { border-color: rgb(71,12,3); }
td.TdClassName
{
border-color: #470C03;
}
.TagClassName
{
border-color: #470C03;
}
</style>