#460904

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

Shades of Seal Brown #460904

Tints of Seal Brown #460904

Color information

#460904 (or 0x460904) is unknown color: approx Seal Brown. HEX triplet: 46, 09 and 04. RGB value is (70,9,4). Sum of RGB (Red+Green+Blue) = 70+9+4=83 (10% of max value = 765). Red value is 70 (27.73% from 255 or 84.34% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 70 - color contains mainly: red. Hex color #460904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460904 is #B9F6FB. Grayscale: #1A1A1A. Windows color (decimal): -12187388 or 264518. OLE color: 264518.

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

Color convert

RGB7094-
CMYK00.870.940.73
HSL4.55º89.19%14.51%-
HSV(B)4.55º94.29%27.45%-
XYZ2.651.510.27-
YUV26.67115.21158.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 84.34%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=84.34%
G=10.84%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal709400.870.940.734.5589.1914.51
Hex46940575E49559f
Octal1061140127136111513117
Binary10001101001100010101111011110100100110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460904; }

 p { color: rgb(70,9,4); }

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

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

 a { background-color: rgb(70,9,4); }

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

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

 span { border-color: rgb(70,9,4); }

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