#460404

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

Shades of Seal Brown #460404

Tints of Seal Brown #460404

Color information

#460404 (or 0x460404) is unknown color: approx Seal Brown. HEX triplet: 46, 04 and 04. RGB value is (70,4,4). Sum of RGB (Red+Green+Blue) = 70+4+4=78 (10% of max value = 765). Red value is 70 (27.73% from 255 or 89.74% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 70 - color contains mainly: red. Hex color #460404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460404 is #B9FBFB. Grayscale: #171717. Windows color (decimal): -12188668 or 263238. OLE color: 263238.

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

Color convert

RGB7044-
CMYK00.940.940.73
HSL89.19%14.51%-
HSV(B)94.29%27.45%-
XYZ2.591.40.25-
YUV23.73116.87161-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 89.74%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=89.74%
G=5.13%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal704400.940.940.73089.1914.51
Hex464405E5E49059f
Octal106440136136111013117
Binary10001101001000101111010111101001001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460404; }

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

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

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

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

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

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

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

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