#46160C

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

Shades of Brown Pod #46160C

Tints of Brown Pod #46160C

Color information

#46160C (or 0x46160C) is unknown color: approx Brown Pod. HEX triplet: 46, 16 and 0C. RGB value is (70,22,12). Sum of RGB (Red+Green+Blue) = 70+22+12=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #46160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46160C is #B9E9F3. Grayscale: #232323. Windows color (decimal): -12184052 or 792134. OLE color: 792134.

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

Color convert

RGB702212-
CMYK00.690.830.73
HSL10.34º70.73%16.08%-
HSV(B)10.34º82.86%27.45%-
XYZ2.881.90.56-
YUV35.21114.9152.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=67.31%
G=21.15%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70221200.690.830.7310.3470.7316.08
Hex4616C0455349a4710
Octal106261401051231111210720
Binary100011010110110001000101101001110010011010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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