#470702

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

Shades of Seal Brown #470702

Tints of Seal Brown #470702

Color information

#470702 (or 0x470702) is unknown color: approx Seal Brown. HEX triplet: 47, 07 and 02. RGB value is (71,7,2). Sum of RGB (Red+Green+Blue) = 71+7+2=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470702 is #B8F8FD. Grayscale: #191919. Windows color (decimal): -12122366 or 132935. OLE color: 132935.

HSL color Cylindrical-coordinate representation of color #470702: hue angle of 4.35º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470702 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB7172-
CMYK00.900.970.72
HSL4.35º94.52%14.31%-
HSV(B)4.35º97.18%27.84%-
XYZ2.691.50.2-
YUV25.57114.7160.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 88.75%
GREEN value IS 7 (3.12% from 255) = 8.75%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=88.75%
G=8.75%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717200.900.970.724.3594.5214.31
Hex477205A614845fe
Octal107720132141110413716
Binary100011111110010110101100001100100010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470702; }

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

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

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

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

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

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

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

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