#46160F

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

Shades of Seal Brown #46160F

Tints of Seal Brown #46160F

Color information

#46160F (or 0x46160F) is unknown color: approx Seal Brown. HEX triplet: 46, 16 and 0F. RGB value is (70,22,15). Sum of RGB (Red+Green+Blue) = 70+22+15=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #46160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46160F is #B9E9F0. Grayscale: #232323. Windows color (decimal): -12184049 or 988742. OLE color: 988742.

HSL color Cylindrical-coordinate representation of color #46160F: hue angle of 7.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46160F is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB702215-
CMYK00.690.790.73
HSL7.64º64.71%16.67%-
HSV(B)7.64º78.57%27.45%-
XYZ2.91.910.67-
YUV35.55116.4152.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=65.42%
G=20.56%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70221500.690.790.737.6464.7116.67
Hex4616F0454F4984111
Octal106261701051171111010121
Binary100011010110111101000101100111110010011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46160F; }

 p { color: rgb(70,22,15); }

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

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

 a { background-color: rgb(70,22,15); }

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

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

 span { border-color: rgb(70,22,15); }

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