#460907

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

Shades of Seal Brown #460907

Tints of Seal Brown #460907

Color information

#460907 (or 0x460907) is unknown color: approx Seal Brown. HEX triplet: 46, 09 and 07. RGB value is (70,9,7). Sum of RGB (Red+Green+Blue) = 70+9+7=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #460907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460907 is #B9F6F8. Grayscale: #1B1B1B. Windows color (decimal): -12187385 or 461126. OLE color: 461126.

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

Color convert

RGB7097-
CMYK00.870.900.73
HSL1.9º81.82%15.1%-
HSV(B)1.9º90%27.45%-
XYZ2.661.510.35-
YUV27.01116.71158.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 81.40%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=81.40%
G=10.47%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal709700.870.900.731.981.8215.1
Hex46970575A49252f
Octal1061170127132111212217
Binary1000110100111101010111101101010010011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460907; }

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

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

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

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

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

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

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

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