#46160E

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

Shades of Brown Pod #46160E

Tints of Brown Pod #46160E

Color information

#46160E (or 0x46160E) is unknown color: approx Brown Pod. HEX triplet: 46, 16 and 0E. RGB value is (70,22,14). Sum of RGB (Red+Green+Blue) = 70+22+14=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46160E is #B9E9F1. Grayscale: #232323. Windows color (decimal): -12184050 or 923206. OLE color: 923206.

HSL color Cylindrical-coordinate representation of color #46160E: hue angle of 8.57º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46160E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB702214-
CMYK00.690.800.73
HSL8.57º66.67%16.47%-
HSV(B)8.57º80%27.45%-
XYZ2.891.910.63-
YUV35.44115.9152.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=66.04%
G=20.75%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70221400.690.800.738.5766.6716.47
Hex4616E045504994310
Octal106261601051201111110320
Binary100011010110111001000101101000010010011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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