#460804

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

Shades of Seal Brown #460804

Tints of Seal Brown #460804

Color information

#460804 (or 0x460804) is unknown color: approx Seal Brown. HEX triplet: 46, 08 and 04. RGB value is (70,8,4). Sum of RGB (Red+Green+Blue) = 70+8+4=82 (10% of max value = 765). Red value is 70 (27.73% from 255 or 85.37% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 70 - color contains mainly: red. Hex color #460804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460804 is #B9F7FB. Grayscale: #1A1A1A. Windows color (decimal): -12187644 or 264262. OLE color: 264262.

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

Color convert

RGB7084-
CMYK00.890.940.73
HSL3.64º89.19%14.51%-
HSV(B)3.64º94.29%27.45%-
XYZ2.631.480.26-
YUV26.08115.54159.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 85.37%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=85.37%
G=9.76%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal708400.890.940.733.6489.1914.51
Hex46840595E49459f
Octal1061040131136111413117
Binary10001101000100010110011011110100100110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460804; }

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

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

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

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

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

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

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

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