#46160B

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

Shades of Brown Pod #46160B

Tints of Brown Pod #46160B

Color information

#46160B (or 0x46160B) is unknown color: approx Brown Pod. HEX triplet: 46, 16 and 0B. RGB value is (70,22,11). Sum of RGB (Red+Green+Blue) = 70+22+11=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46160B is #B9E9F4. Grayscale: #232323. Windows color (decimal): -12184053 or 726598. OLE color: 726598.

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

Color convert

RGB702211-
CMYK00.690.840.73
HSL11.19º72.84%15.88%-
HSV(B)11.19º84.29%27.45%-
XYZ2.871.90.53-
YUV35.1114.4152.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=67.96%
G=21.36%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70221100.690.840.7311.1972.8415.88
Hex4616B0455449b4910
Octal106261301051241111311120
Binary100011010110101101000101101010010010011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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