#460704

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

Shades of Seal Brown #460704

Tints of Seal Brown #460704

Color information

#460704 (or 0x460704) is unknown color: approx Seal Brown. HEX triplet: 46, 07 and 04. RGB value is (70,7,4). Sum of RGB (Red+Green+Blue) = 70+7+4=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460704 is #B9F8FB. Grayscale: #191919. Windows color (decimal): -12187900 or 264006. OLE color: 264006.

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

Color convert

RGB7074-
CMYK00.900.940.73
HSL2.73º89.19%14.51%-
HSV(B)2.73º94.29%27.45%-
XYZ2.621.460.26-
YUV25.5115.87159.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 86.42%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=86.42%
G=8.64%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707400.900.940.732.7389.1914.51
Hex467405A5E49359f
Octal106740132136111313117
Binary100011011110001011010101111010010011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460704; }

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

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

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

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

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

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

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

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