#470604

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

Shades of Seal Brown #470604

Tints of Seal Brown #470604

Color information

#470604 (or 0x470604) is unknown color: approx Seal Brown. HEX triplet: 47, 06 and 04. RGB value is (71,6,4). Sum of RGB (Red+Green+Blue) = 71+6+4=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470604 is #B8F9FB. Grayscale: #191919. Windows color (decimal): -12122620 or 263751. OLE color: 263751.

HSL color Cylindrical-coordinate representation of color #470604: hue angle of 1.79º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470604 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB7164-
CMYK00.920.940.72
HSL1.79º89.33%14.71%-
HSV(B)1.79º94.37%27.84%-
XYZ2.691.480.26-
YUV25.21116.03160.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 87.65%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=87.65%
G=7.41%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal716400.920.940.721.7989.3314.71
Hex476405C5E48259f
Octal107640134136110213117
Binary100011111010001011100101111010010001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470604; }

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

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

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

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

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

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

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

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