#460805

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

Shades of Seal Brown #460805

Tints of Seal Brown #460805

Color information

#460805 (or 0x460805) is unknown color: approx Seal Brown. HEX triplet: 46, 08 and 05. RGB value is (70,8,5). Sum of RGB (Red+Green+Blue) = 70+8+5=83 (10% of max value = 765). Red value is 70 (27.73% from 255 or 84.34% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 70 - color contains mainly: red. Hex color #460805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460805 is #B9F7FA. Grayscale: #1A1A1A. Windows color (decimal): -12187643 or 329798. OLE color: 329798.

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

Color convert

RGB7085-
CMYK00.890.930.73
HSL2.77º86.67%14.71%-
HSV(B)2.77º92.86%27.45%-
XYZ2.641.490.29-
YUV26.2116.04159.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 84.34%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=84.34%
G=9.64%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal708500.890.930.732.7786.6714.71
Hex46850595D49357f
Octal1061050131135111312717
Binary1000110100010101011001101110110010011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460805; }

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

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

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

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

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

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

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

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