#470A06

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

Shades of Seal Brown #470A06

Tints of Seal Brown #470A06

Color information

#470A06 (or 0x470A06) is unknown color: approx Seal Brown. HEX triplet: 47, 0A and 06. RGB value is (71,10,6). Sum of RGB (Red+Green+Blue) = 71+10+6=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #470A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A06 is #B8F5F9. Grayscale: #1B1B1B. Windows color (decimal): -12121594 or 395847. OLE color: 395847.

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

Color convert

RGB71106-
CMYK00.860.920.72
HSL3.69º84.42%15.1%-
HSV(B)3.69º91.55%27.84%-
XYZ2.741.570.33-
YUV27.78115.71158.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 81.61%
GREEN value IS 10 (4.30% from 255) = 11.49%
BLUE value IS 6 (2.73% from 255) = 6.90%
R=81.61%
G=11.49%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7110600.860.920.723.6984.4215.1
Hex47A60565C48454f
Octal1071260126134110412417
Binary10001111010110010101101011100100100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470A06; }

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

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

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

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

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

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

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

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