#470703

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

Shades of Seal Brown #470703

Tints of Seal Brown #470703

Color information

#470703 (or 0x470703) is unknown color: approx Seal Brown. HEX triplet: 47, 07 and 03. RGB value is (71,7,3). Sum of RGB (Red+Green+Blue) = 71+7+3=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470703 is #B8F8FC. Grayscale: #191919. Windows color (decimal): -12122365 or 198471. OLE color: 198471.

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

Color convert

RGB7173-
CMYK00.900.960.72
HSL3.53º91.89%14.51%-
HSV(B)3.53º95.77%27.84%-
XYZ2.691.50.23-
YUV25.68115.2160.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 87.65%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=87.65%
G=8.64%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717300.900.960.723.5391.8914.51
Hex477305A604845cf
Octal107730132140110413417
Binary100011111111010110101100000100100010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470703; }

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

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

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

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

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

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

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

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