#470403

Color #470403 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #470403

Tints of Seal Brown #470403

Color information

#470403 (or 0x470403) is unknown color: approx Seal Brown. HEX triplet: 47, 04 and 03. RGB value is (71,4,3). Sum of RGB (Red+Green+Blue) = 71+4+3=78 (10% of max value = 765). Red value is 71 (28.12% from 255 or 91.03% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 71 - color contains mainly: red. Hex color #470403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470403 is #B8FBFC. Grayscale: #171717. Windows color (decimal): -12123133 or 197703. OLE color: 197703.

HSL color Cylindrical-coordinate representation of color #470403: hue angle of 0.88º 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 #470403 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB7143-
CMYK00.940.960.72
HSL0.88º91.89%14.51%-
HSV(B)0.88º95.77%27.84%-
XYZ2.661.430.22-
YUV23.92116.2161.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 91.03%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 3 (1.56% from 255) = 3.85%
R=91.03%
G=5.13%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal714300.940.960.720.8891.8914.51
Hex474305E604815cf
Octal107430136140110113417
Binary1000111100110101111011000001001000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470403; }

 p { color: rgb(71,4,3); }

 H1.HeaderClassName
 {
   color: #470403;
 }
 .AnyTagClassName
 {
   color: #470403;
 }
</style>
background-color css

<style>
 a { background-color: #470403; }

 a { background-color: rgb(71,4,3); }

 div.DivClassName
 {
   background-color: #470403;
 }
 .BgClassName
 {
   background-color: #470403;
 }
</style>
border-color css

<style>
 span { border-color: #470403; }

 span { border-color: rgb(71,4,3); }

 td.TdClassName
 {
   border-color: #470403;
 }
 .TagClassName
 {
   border-color: #470403;
 }
</style>