#460905

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

Shades of Seal Brown #460905

Tints of Seal Brown #460905

Color information

#460905 (or 0x460905) is unknown color: approx Seal Brown. HEX triplet: 46, 09 and 05. RGB value is (70,9,5). Sum of RGB (Red+Green+Blue) = 70+9+5=84 (11% of max value = 765). Red value is 70 (27.73% from 255 or 83.33% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 70 - color contains mainly: red. Hex color #460905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460905 is #B9F6FA. Grayscale: #1A1A1A. Windows color (decimal): -12187387 or 330054. OLE color: 330054.

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

Color convert

RGB7095-
CMYK00.870.930.73
HSL3.69º86.67%14.71%-
HSV(B)3.69º92.86%27.45%-
XYZ2.651.510.3-
YUV26.78115.71158.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 83.33%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=83.33%
G=10.71%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal709500.870.930.733.6986.6714.71
Hex46950575D49457f
Octal1061150127135111412717
Binary10001101001101010101111011101100100110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460905; }

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

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

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

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

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

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

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

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