#470906

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

Shades of Seal Brown #470906

Tints of Seal Brown #470906

Color information

#470906 (or 0x470906) is unknown color: approx Seal Brown. HEX triplet: 47, 09 and 06. RGB value is (71,9,6). Sum of RGB (Red+Green+Blue) = 71+9+6=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #470906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470906 is #B8F6F9. Grayscale: #1B1B1B. Windows color (decimal): -12121850 or 395591. OLE color: 395591.

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

Color convert

RGB7196-
CMYK00.870.920.72
HSL2.77º84.42%15.1%-
HSV(B)2.77º91.55%27.84%-
XYZ2.731.550.33-
YUV27.2116.04159.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 82.56%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=82.56%
G=10.47%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal719600.870.920.722.7784.4215.1
Hex47960575C48354f
Octal1071160127134110312417
Binary1000111100111001010111101110010010001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470906; }

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

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

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

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

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

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

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

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